Skip to main content
enumStripeAccountStatus

Values

ACTIVATING

Connected and being verified with Stripe.

ACTIVE

Connected and accepting payments.

BROKEN

A connection attempt failed, so payments cannot be processed until the account is reconnected. The account is still attached to the Network, and lastError carries the reason.

CONNECTION_LOST

Access to the Stripe account was revoked by the Host, so payments cannot be processed until it is reconnected.

DEAUTHORIZED

Access to the Stripe account has been revoked.

DEAUTHORIZING

Access to the Stripe account is being revoked; wind-down is in progress.

DISABLED

Payments are disabled; the account is no longer attached to the Network.

DISABLING

The Host asked to disable payments; wind-down is in progress.