Banked offers Hosted and Embedded Checkout solutions:
Hosted Checkout
Banked Hosted Checkout is the simplest way to integrate account-to-account payments in your application:
- Make an API request to create a payin.
- Redirect your customer to the checkout URL we provide in the response. Banked handles all of the data collection and payment authorization.
- On completing the checkout journey, we redirect the customer to the redirect URL you provided when creating the payin.
- Receive real-time payment status updates via webhooks.
Our demo to see Hosted Checkout in action
Banked Hosted CheckoutEmbedded Checkout
Banked Embedded Checkout is a web component that you can embed into your application, giving you more control over your customer's payment experience:
- For security, create a client key with your application domain to comply with our Content Security Policy (CSP).
- Make an API request to create a payin.
- Embed Banked Checkout components in your application using our SDK. The SDK manages the authorization flow within your application.
- Banked returns the customer to your application after they authorize the payment.
- When the checkout journey is complete, Banked redirects the customer to the redirect URL you specified when creating the payin. Alternatively, override this behavior with callback functions.
- Receive real-time payment status updates via webhooks.
See our Embedded in Action
Banked Embedded Checkout