Type Alias CardPayoutTokenResponse#
Represents the response object for a card payout transaction, containing either a one-time token or a subscription ID.Defined in types/card_payout_token_response.d.ts:6.Type Definition#
Description#
This type can be one of the following:CardPayoutUniqueTokenResponse: Contains a one-time-use token for a single payout.
CardPayoutSubscriptionTokenResponse: Contains a subscriptionId when the card data is saved for future payouts.
CardPayoutUniqueTokenResponse#
Represents the response when generating a one-time payout token.CardPayoutSubscriptionTokenResponse#
Represents the response when saving card data and generating a subscription ID.Modified at 2026-04-16 14:14:30