StripeTransferMethod
Stripe transfer method implementation. Extends TransferMethod with Stripe-specific fields.
This page contains
Fields
| gatewayAccountId: String! | Unique identifier for the gateway account. |
| status: TransferMethodStatus! PREVIEW | Current status of the transfer method. |
| errorMessage: String | Error message if account setup failed. |
| links: [TransferMethodLink] PREVIEW | Links associated with the transfer method. |
| chargesEnabled: Boolean! | Whether charges are enabled for this Stripe account. |
| payoutsEnabled: Boolean! | Whether payouts are enabled for this Stripe account. |
| detailsSubmitted: Boolean! | Whether account details have been submitted to Stripe. |
Implements
- TransferMethod PREVIEW
Queries for StripeTransferMethod
| transferMethod PREVIEW | Retrieve a transfer method by account ID. Returns a StripeTransferMethod if the transfer method exists. |