Our Hosted Checkout offers the simplest way to integrate account-to-account payments on your website. Make a single API request to create a payment session and redirect your customer to the URL provided in the response. Banked manages the entire process, including data collection, bank selection, and payment authorization, ensuring a seamless experience for you and your customers.
The Hosted Checkout experience handles the following:
- Renders the UI for your user to choose their bank.
- Displays Banked's Terms and Conditions.
- Redirects users to their bank's authorization flow, either through mobile handoff, or a web redirect.
Try out here:
Hosted Checkout DemoSupported Regions:
- AU
- UK
- EU
- US
Integration Guide:
Before integrating Banked Hosted Checkout, ensure you have read the Authentication
section in Welcome to Banked. Once you have obtained your authentication keys, follow these steps to embed our checkout into your application:
1. Create a Payment Session
Send a create payment API call
2. Direct the User to the Checkout URL
Direct the customer to the url
provided in the payment session response. The customer will then complete payment authorization through our Hosted Checkout experience. To explore available options for customizing the Hosted Checkout, refer to the link below:
3. Handle Checkout Redirect
After a customer exits the checkout flow, the checkout redirects them to the success_url
or error_url
provided during payment session. Banked appends the following parameters to the redirect url
to provide context on the payment, customer action and resulting payment status:
Parameters | Description |
---|---|
banked-checkout-result | See Banked Checkout Result |
payment_result | See Payment Result |
payment_id | See Payment ID |
For detailed information on how to handle the Checkout Redirect see:
Checkout Redirects