Skip to main content
POST
https://checkout.dintero.com/v1
/
sessions
/
{session_id}
/
payex
/
callback
/
{payment_product_type}
checkout_sid_callback_post
curl --request POST \
  --url https://checkout.dintero.com/v1/sessions/{session_id}/payex/callback/{payment_product_type} \
  --header 'Content-Type: application/json' \
  --data '
{
  "payment": {
    "id": "/psp/<payment instrument>/payments/22222222-2222-2222-2222-22222222222",
    "number": 222222222
  }
}
'
{
  "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

payment_product_type
enum<string>
required
Available options:
payex.creditcard,
payex.mobilepay,
payex.swish,
payex.vipps

Query Parameters

token
string

Body

application/json
payment
object
required
paymentOrder
object
transaction
object

Response

callback handled

Last modified on May 12, 2026