Dintero supports three ways to present the checkout to your customers: redirect, embedded, and pop-out (not recommended).Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Comparison
| Redirect | Embedded | Pop-out | |
|---|---|---|---|
| Customer stays on your site | No | Yes | Yes |
| Branding control | Limited | Full | Limited |
| Implementation effort | Low | Moderate | Low |
| Reliability | High | High | Lower (pop-up blockers) |
Checkout Redirect
Redirect sends customers to a secure Dintero-hosted payment page. After payment, they are redirected back to your site.How it works
When to use
- You want a simple, low-maintenance integration.
- You prefer Dintero to handle the full payment UI.
- If security and compliance are major concerns, as Dintero handles all payment processing.
Checkout Embedded
Embedded checkout integrates the payment form directly into your website. Customers complete payment without leaving your site, giving you full control over the experience.How it works
You render the Dintero checkout inside a container element on your page using the Dintero Web SDK.
When to use
- You want a fully branded, seamless checkout experience.
- Reducing friction and keeping user engagement during checkout is a priority.
- You have the resources for a slightly more complex integration.