Preview

TransferMethod is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

TransferMethod

Interface for transfer methods. Provides common fields for all transfer method types.

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.

    Types that implement TransferMethod

    StripeTransferMethod PREVIEW

    Stripe transfer method implementation. Extends TransferMethod with Stripe-specific fields.