Skip to main content

Account Transaction Event

Webhook 

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 the Retrieve Account Transactions endpoint.

We send POST requests with transaction data to your configured endpoint. A control signature is included in the headers as api-notification-sign (SHA512) to ensure security and authenticity.

See how to configure callback.

Request