Branded Checkout
When using our Hosted Checkout we recommend customizing it with your logo. Contact the Banked Customer Success team support@banked.com to arrange this. (For Embedded Checkout, your site will already be visible to the customer).
Checkout Option Parameters
Use the following parameters to customize the checkout experience:
For Hosted, append them as query parameters to the checkout url
For Embedded, pass them into the options
props within <banked-checkout>
Parameters | Type | Integration Type | Description |
---|---|---|---|
continue_url | string | Hosted | allows you to specify a `link to which the user should be returned to continue the checkout flow. |
is_graceful_exit_disabled | bool | Hosted, Embedded | When set to true it disables the pay another way button , enabling the user to cancel the checkout. To set this in Embedded Checkout, pass {"is_graceful_exit_disabled": true} as props into the checkout component. For Hosted Checkout, append it to the checkout url as query parameter. e.g. ?is_graceful_exit_disabled=true |