Skip to main content

Account Transaction Event

Notifies your system whenever any of the following events occur for an account transaction:

  • Transaction creation
  • Transaction confirmation
  • Transaction clearing
  • Transaction status change

The payload structure is identical to the response of Retrieve Account Transaction Details.


Headers​

HeaderValue
api-notification-signSHA-512 signature of the request body
Content-Typeapplication/json

Payload example​

{
"id": "f635c1d9-8e9d-6h01-d69g-e964282c24e9",
"accountUuid": "019d2236-2511-728e-96de-27fca03a9c48",
"amount": "1000.00",
"currency": "USD",
"type": "payin",
"status": "completed",
"createdAt": "2026-06-01T10:00:00+00:00",
"updatedAt": "2026-06-01T10:05:00+00:00"
}

Respond with 2xx​

Your endpoint must return an HTTP 2xx response. Failed deliveries are logged and visible in Webhook Event Log.