v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
example-checkout-events

example_checkout_token_event

Event is pushed to subscribers when the checkout token is created,
updated or deleted

post/examples/checkout_token

Headers

eventstring required
event-deliverystring required
event-signaturestring
content-typestring required

Request body

OR
OR

Example request

{
  "account_id": "P12345678",
  "event_delivery": "9ebb6d41-dca5-484e-8330-9c9fa96b60ba",
  "event": "checkout_token_add",
  "token": {
    "masked_pan": "476173******0416",
    "pan_expiry_date": "09/2030",
    "token_expiry_date": "09/2030",
    "account_id": "P12345678",
    "payment_product_type": "dintero_psp.creditcard"
  }
}

Response

event handled