π§© Integration Overview Flow
Our API supports three main integration flows depending on your architecture and needs:
π Integration Options
Choose the integration model that best fits your product and compliance requirements:
1. π§ H2H (Host-to-Host) Integration
Use this backend-to-backend integration when you want full control over the payment process.
You send all required data β including:
- π³ Card information
- π€ Customer details
- π 3DS authentication data
β
Best for: PCI-compliant merchants who want direct access to the payment flow
β οΈ Note: You are responsible for securely handling card data and 3DS challenge responses.
2. π§° SDK Integration (Invisible Frontend)
Embed our JavaScript SDK into your checkout page to handle:
- π³ Card data collection
- πΈ Payment execution
- π 3DS authentication (frictionless or challenge)
The frontend initializes the SDK and receives the result asynchronously.
β
Best for: Merchants who want a native checkout experience with less PCI scope
π‘οΈ Benefit: 3DS flow is handled directly by our SDK, simplifying compliance
3. π Checkout Page Integration (Redirect Flow)
Redirect the customer to our secure hosted checkout page, where they:
- π³ Enter card details
- π Complete 3DS authentication
- β Finalize the payment
Upon success, we redirect the customer back to your site using the configured return_url
.
β
Best for: Fast integration with minimal compliance effort
π Advantage: Full UX and security handled by our platform
π Want to dive deeper into each model?
Check out our Integration Guides and API Reference for detailed steps and code samples.
Updated about 2 months ago