Webhook V2
The notification URL is specified in the platform settings in the personal account.
The notification is sent only after a successful incoming transaction.
After all actions are completed, a response with a 200 status must be returned. Otherwise, there will be 2 additional attempts to resend the notification.
Ensure that the signature is verified for security purposes.
Signature Verification Example
Headers
x-signature
string
SHA-256 encrypted signature
Content-Type
string
application/json
Request Body
platformId
integer
Your Platform ID
paymentId
integer
Payment ID
orderId
string
Order ID of your platform.
amount
string
Amount in cryptocurrency
txhash
string
The transaction hash in the blockchain system, used to track the transaction.
addressFrom
string
The sender’s wallet address from which the funds are being withdrawn.
addressTo
string
The recipient’s wallet address to which the funds are being sent.
confirmations
integer
The number of confirmations the transaction has received. This field is used in networks like Bitcoin, Litecoin, Dogecoin, Bitcoin Cash, and Dash.
destinationTag
integer
An additional parameter tag
or comment
, used in Ripple and TON blockchains.
Resending Webhook Notifications
You can resend a webhook notification from your personal account by following these steps:
Navigate to the transactions section in your personal account.
Locate and click on the desired transaction.
In the opened window, you will see a field displaying the webhook response.
Click the "Resend" button to resend the webhook notification.
Last updated