CardPayoutOptions#| Property | Type | Required | Description |
|---|---|---|---|
fields | object | ✅ Yes | Defines the fields required for card payout tokenization. |
fields.cardNumber | Field | ✅ Yes | Represents the card number input field. |
fields.cardholderName | Field | ✅ Yes | Represents the cardholder name input field. |
fields.isSubscription | Field | ❌ No | Represents the subscription checkbox field. |
paymentType | string | ❌ No | Defines the payment type, accepts only two characters. Allowed values OG (Online Gambling) or FD |
preventAutofill | boolean | ❌ No | Enables or disables autofill for all fields. Default is false. |
styles | Styles | ❌ No | Defines custom styles for the hosted fields. |
fields#paymentType (optional)#preventAutofill (optional)#styles (optional)#