Skip to main content

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.

Dintero supports three ways to present the checkout to your customers: redirect, embedded, and pop-out (not recommended).

Comparison

RedirectEmbeddedPop-out
Customer stays on your siteNoYesYes
Branding controlLimitedFullLimited
Implementation effortLowModerateLow
ReliabilityHighHighLower (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

1
The customer is redirected to Dintero’s secure payment page.
2
They complete the payment on the hosted page.
3
After processing, they are redirected back to your return_url.

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

1
You render the Dintero checkout inside a container element on your page using the Dintero Web SDK.
2
The customer enters payment details without leaving your site.
3
Payment processing occurs in the background.

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.
Pop-out checkout is not recommended and is a legacy option.
Pop-out opens a Dintero-hosted payment window as an overlay on your site. While it keeps customers on your page, it can cause issues with browser pop-up blockers and provides a less reliable experience than the redirect or embedded options.

How it works

1
The customer initiates checkout on your website.
2
A Dintero-hosted payment window opens as an overlay.
3
The customer completes payment in the pop-out window.
4
The window closes and the customer remains on your site.
Last modified on May 7, 2026