buttonText | string | Custom label for the payment button. |
cards | string | Supported card types for the transaction. |
challengeWindowSize | ChallengeWindowSize | Size of the challenge window for 3DS2 flows. |
css | string | Custom CSS string to style the payment form. |
cssSignature | string | Signature used to verify the integrity of the custom CSS. |
hideButton | boolean | Hides the primary payment button. |
hideLogos | boolean | Hides the card network logos from the form. |
logoUrl | string | URL of a custom logo to display. |
enableSca | boolean | Enables Strong Customer Authentication (SCA). |
showEmail | boolean | Displays an email input field. |
showExtras | boolean | Displays additional optional fields. |
tokenizeOnly | boolean | Tokenizes the card without processing a payment. |
hideCardHolder | boolean | Hides the cardholder name input field. |
returnPath | string | URL to return to after payment is completed. |
cardTypes | Array<string> | List of supported card types for the transaction. |
surchargeEnabled | boolean or string | Indicates whether surcharging is enabled. |
scaEnabled | boolean | Enables Strong Customer Authentication (SCA). |