Customise your Checkout
Learn about the different ways you can customise your Pay by Bank Checkout integration.
Customise the look and feel of your Checkout to meet your company branding.
Including:
- Upload a logo or icon.
- Customise the Checkout page background colour, header colour and button colour.
Create a hosted checkout template
- Log into the Hub.
- Go to Settings > Payment Methods and select Pay by Bank.
- Select the Customise button.
- Input a Template Name.
- Add custom elements, including logo, background colour and header colour.
- Save the template!
Once your template has been saved, it will be visible in the Customisation table.
See the below video demonstrating these steps:
Display your hosted checkout template
There is no limit to the number of custom templates that you can create. Acquired.com will display your default Checkout template, unless otherwise specified.
If you require more than one custom template, then you can specify which template you wish to display. You can do this by passing the template_id
parameter in your payment-link request and populating this field with the template ID value generated for your desired template. (The template_id
is obtained from the customisation section within the Hub).
See below example:
{
"template_id": 92351a6c-45b1-456e-8430-0969dce843ea,
"transaction": {
"order_id": "your_unique_reference_1",
"amount": 14.99,
"currency": "GBP"
},
"payment": {
"single_immediate_payment": {
"reference": "Custom Ref 001"
}
}
}
Update your default checkout template
To update your default Checkout template simply navigate to the customisation table and complete the following:
- In the Hub, go to Settings > Payment Methods > Pay by Bank.
- In the Customisation table, click on the action ellipsis on the template that you want to use and select Set as Default Template.
Updated about 2 months ago