single_payment_method | The parameter enabling customers to make payments using a designated method, with potential values "credit_card," "apm," "wire_transfer," "crypto," and "external_link." |
single_payment_provider | The parameter facilitating customer payments via a designated Payment Service Provider (PSP), such as "Stripe". |
single_payment_mid_alias | The parameter enabling customers to make payments using a designated MID, such as "Stripe-CreditCard-MID-1" |
currency_lock | Prohibit the alteration of currency value by the customer. |
amount_lock | Prohibit the alteration of amount value by the customer. |
direct_payment_method | Parameter defining which payment method will be suggested to the customer by default (e.g., "credit_card", "apm", "crypto"). |
language | The language utilized within the Cashier interface, specified in accordance with ISO 639-1 Language Codes. |
hide_languages_dropdown | Hides the language selection option on the Cashier widget. |
hide_header | Hides the welcome back message. |
theme | Change the theme of the checkout. Can be "dark" , "light", "transparent" or "bright". |
deposit_button_text | The textual content displayed on the payment button. |
button_mode | The Checkout widget can be statically embedded in a merchant's website or can be invoked by clicking a button. (e.g., "modal" - the widget opens as a pop-up window. "tab": it opens in the active web page replacing the existing content, or in a new tab if the appropriate attribute of "_blank" has been added. "spot": it opens in the active web page but right below the invoking button as a separate module, without replacing the existing content.) |
button_text | The textual content displayed on the button mode. |
splash_screen_image_url | A URL pointing to a static or animated image that will replace the default image when opening a Checkout widget. Please note that this parameter does not apply if you utilize a button to initiate the Cashier widget (refer to "button_mode") or integrate the widget as an iFrame. |
validate_inputs_on_focus_out | The parameter signifies the presence of invalid data within an input field. When set to 'true', the field will be visually highlighted as soon as the customer removes the cursor from it. |
always_visible_inputs_for_providers | This parameter provides the ability to define the visibility of specific fields on the checkout for credit card solutions, even if they are included in the session creation. For example, you can use the following format: { "address": ["credit_card"] } |
pay_mode | This parameter overwrites the default "Deposit" button text on the cashier widget with "Pay". The acceptable values for this parameter are "true" or "false": |