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.

Send a payment link directly to a customer’s phone via SMS or email. This is useful for phone orders, manual invoicing, remote sales, or any situation where the customer isn’t browsing your website. You create a checkout session with the customer’s phone number, and Dintero delivers the link automatically. The customer opens it, pays on the Dintero-hosted checkout page, and you receive the result through your normal callback flow.

Integration steps

1

Choose how to send links

There are three ways to send payment links:
MethodBest for
Payment Link in BackofficeManual one-off payments, no code required
Payment profile settingAutomatically send SMS for every session using a specific profile
API configurationFull control, enable SMS per session in your code
For the no-code approach, go to Payment Link in Backoffice, choose Send by > SMS/Push, and enter the phone number. No API integration needed.
2

Enable SMS in your payment profile (optional)

If you want SMS delivery for all sessions using a specific profile, open Backoffice and enable SMS on the payment profile. Every session created with that profile_id will automatically send a link.
3

Create a session with SMS delivery

For API-driven delivery, create a checkout session and include the customer’s phone number and SMS configuration in the request body. Dintero sends the SMS as soon as the session is created.Include order.amount, order.currency, the customer’s phone number, and your callback/return URLs as with any session.See Payment link by SMS for the full configuration options.
SMS messages are not sent for test sessions (T prefix accounts). Use production credentials to verify SMS delivery.
4

Customer receives and pays

The customer receives an SMS or push notification with a link to the Dintero-hosted checkout page. They open it, select a payment method, and complete the payment. The experience is the same as any Dintero Checkout.
5

Handle the payment result

The result is delivered to your callback_url and through webhooks, just like any other checkout session. Capture, void, and refund through the Transactions API.

What’s next

https://mintcdn.com/dintero-c3a7bfec/4vZVwDjf90sw6DuL/mintlify-docs/assets/icons/chat.svg?fit=max&auto=format&n=4vZVwDjf90sw6DuL&q=85&s=981724e88041c17638e151fb53f9ce14

Payment link by SMS

Detailed configuration for Backoffice, payment profiles, and the API.
https://mintcdn.com/dintero-c3a7bfec/4vZVwDjf90sw6DuL/mintlify-docs/assets/icons/device-mobile.svg?fit=max&auto=format&n=4vZVwDjf90sw6DuL&q=85&s=d593bce4d1e03d0ba91bc2c5c7c5f029

Payment in app

Embed checkout in a native mobile app with deep links.
Last modified on June 1, 2026