Webhooks flow
Use webhooks to automate updates for deposits, withdrawals, and real-time transactions, streamlining your crypto payment operations with instant notifications.
Information about incoming payments and withdrawals are available to Merchant in personal account or via callbacks - automatic notifications provided in real time to Merchant's Webhook link.
Merchant can setup Webhook link in Merchant menu, and instantly start receiving data about incoming payments and withdrawals in JSON such as: amount, status, timestamp, etc.
Every time new crypto payment gets deposited or funds have been withdrawn Merchant will receive webhook with transaction details:
status
currency
amount
USD amount
blockchain transaction's hash
address
Merchants Client ID
Merchants ID
Signature
...and so on
Attention
Merchant should validate webhook's signature and values of known parameters in order to avoid fraudulent activity.
Last updated