Skip to main content

Order status callback

Webhook 

Notifies your application when a deposit order transitions to the completed status. The payload structure is identical to the response of the Get order by ID endpoint. We send a POST request with the order data to your configured endpoint. To ensure the security and authenticity of the notification, a control signature is included in the api-notification-sign (SHA256) header. For details on configuring your callback endpoint, see how to configure callback.

Request