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.

Customer initiated transactions

To use the token in a new session for the same customer, put the token value in the session under customer.tokens.payex.creditcard or customer.tokens.bambora.creditcard. See create session.
    The response will look like this:
    {
        "id": "T11223445.5cyWnV68vzJ1kYjZPrKWWm",
        "url": "https://checkout.test.dintero.com/v1/view/T11223445.5cyWnV68vzJ1kYjZPrKWWm"
    }
    
    Redirect the customer to the url for them to confirm the payment with CVC.

    Recurrence transactions

    To perform transactions without involving the customer, using a recurrence token, use recurring_purchase operation when calling the pay endpoint. With the access token, call Create and pay merchant initiated session with the following body:

      Unscheduled transactions

      To perform transactions without involving the customer, MIT (merchant initiated) transactions use unscheduled_purchase operation when calling the pay endpoint. With the access token, call Create and pay merchant initiated session with the following body:
        Last modified on May 13, 2026