v1

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

example_checkout_authorization_event

Event is pushed to subscribers when a transaction was authorized or failed authorization

The deliveries match what is delivered to the session callback_url with report_error=true set

post/examples/checkout_authorization

Headers

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

Request body

account_idstring required
event'checkout_authorization' required
event_deliverystring uuid required

Example request

{
  "account_id": "P12345678",
  "event": "checkout_authorization",
  "event_delivery": "9ebb6d41-dca5-484e-8330-9c9fa96b60ba",
  "authorization": {
    "error": "cancelled"
  },
  "transaction": {
    "id": "P12345678.465UfBENeLpkBvwmqfTC4k",
    "session_id": "P12345678.465U8CUzaPVpneu1wt8Wei"
  }
}

Response

event handled