v1

latestOpenAPI 3.0.02026-07-242444105.9 KB
Notifications

Payment Status Webhooks

Webhook to track the status of your payment.

post/v3/payments/register-webhook

Request body

counterparty_idinteger required
eventstring required
urlstring required

Response

Succes

eventstring
statusstring

Example response

{
  "event": "TransactionStatus",
  "status": "OK"
}