Sometimes, you may want to create a session with multiple payment methods, but only display one specific payment type to the end user during checkout. Typical use cases: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.
- Sessions containing both platform-native payment options (e.g., Apple Pay, Google Pay) and payment types requiring an embedded web UI (e.g., credit card payments).
How to Limit Payment Types in Checkout
To restrict the checkout to specific payment types, append theshow_payment_type query parameter when embedding or redirecting to the checkout page.
You can specify one or more payment types.
Example:
To show only credit card payments:
Minimal UI Mode
To embed a minimal version of Dintero Checkout, ideal for showing a single payment option in web UI (like a card payment form), append aui query parameter set to inline to the payment session link.
Example: