Types
StripeAccount
The Stripe account a Network connected to sell its Payment Plans through.
object
StripeAccountImplements
Fields
defaultCurrency
String
ISO code of the Network's default payment currency. Null until a default is chosen.
defaultCurrencySymbol
String
Display symbol of the Network's default payment currency, such as $. Null until a default is chosen.
id
ID!
ID of the object.
lastError
String
Message of the most recent Stripe connection error. Null when the account is healthy.
resourceId
ID!
Resource ID for this object, for interop with the Admin API.
status
Lifecycle status of the Stripe connection.
stripeUserId
String
Stripe's ID for the connected account (the acct_ identifier).