Our Hosted Checkout offers the simplest way to integrate account-to-account payments on your website. Make a single API request to create a payin and redirect your customer to the checkout URL provided in the response. Banked manages the entire process, including data collection 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 DemoIntegration 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 Payin
2. Direct the User to the Checkout URL
Direct the customer to the checkout URL provided in the payin 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:
Checkout Options3. Handle Checkout Redirect
After a customer exits the checkout flow, the checkout redirects them to the redirect_url provided when creating the payin. Banked appends the following parameters 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