CardPayoutSubscriptionTokenResponse
Interface CardPayoutSubscriptionTokenResponse#
Represents the subscription token object when saving card data.Defined in types/card_payout_token_response.d.ts:28.Properties#
| Property | Type | Required | Description |
|---|
brand | string | ✅ Yes | The card brand (e.g., Visa, Mastercard). |
maskedPan | string | ✅ Yes | The masked card number. |
subscriptionId | string | ✅ Yes | The unique subscriptionId associated with the saved card data. |
Type Definitions#
brand#
The card brand (e.g., Visa, Mastercard).maskedPan#
subscriptionId#
The unique subscriptionId associated with the saved card data.Modified at 2026-04-16 14:14:30