Skip to main content
POST
https://checkout.dintero.com/v1
/
sessions
/
{session_id}
/
two
/
callback
/
{callback_ref}
checkout_two_callback_post
curl --request POST \
  --url https://checkout.dintero.com/v1/sessions/{session_id}/two/callback/{callback_ref}
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "errors": [
      {}
    ]
  }
}

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.

Path Parameters

session_id
string<checkout-id>
required

The session ID

callback_ref
string
required

Response

OK

Last modified on May 12, 2026