In the redirect checkout mode, the customer is sent to a Banxa-hosted page to complete their transaction. This page opens in a new tab or replaces the current window, depending on how you implement the redirect.
- Your app creates a checkout URL — either via a Referral link or the
checkoutUrlreturned byPOST /v2/buyorPOST /v2/sell. - The customer is redirected to that URL.
- Banxa presents the full checkout flow: payment details, identity verification, and order confirmation.
- On completion or cancellation, the customer is redirected back to your
redirectUrl.
The Banxa-hosted checkout page can be co-branded with your logo and configured with custom colours. These settings are managed in your Partner Dashboard. Contact Banxa to configure co-branding for your account.
- No embedding or WebView configuration required.
- Fully compatible with all payment methods, including those with complex browser requirements (Apple Pay, Google Pay, ACH).
- Works across web and mobile without platform-specific setup.
- The customer visibly leaves your application to complete the transaction.
- You have less control over the surrounding UI context during checkout.