Types

PaymentConfig

PropertyTypeDescription
usernamestring
environmentstring
accessTokenstringRefer to

PaymentIntent

PropertyTypeDescription
paymentPayment
verificationstringRefer to specific component for hash calculation.

Payment

PropertyTypeDescription
amountnumber
currencystring
referencestring
hide_card_holderboolean<- not sure if this one is actually used so maybe not needed

Options

PropertyTypeDescription
hide_card_holderbooleanHides the cardholder name input field.
hide_buttonbooleanHides the primary payment button.
return_pathstringURL to return to after payment is completed.
card_typesArray<string>Supported card types for the transaction.
surcharge_enabledstringIndicates whether surcharging is enabled ("true" or "false").
sca_enabledbooleanEnables Strong Customer Authentication (SCA).
cssstringCustom CSS string to style the payment form.
css_signaturestringSignature used to verify the integrity of the custom CSS.