πWebhook
How does it work?
Webhook Request format
{
"id": "9c3288f5-3aef-464d-a3fd-57c170163eab",
"network": "BTC",
"currency": "BTC",
"address": "bc1qa7pumxw8rf7srg74adtks0ramsfv6c3vjvefrm",
"amount": 0.05,
"status": "pending",
"order_id": "1",
"additional_data": {
"user_id": 255,
"client_category": "Big"
},
"created_at": 1717434398,
"updated_at": 1717434398
}Parameter
Description
Webhook verification
How to make sure sign in request is valid?
Sign generation example using PHP
Sign generation example using NodeJS
Last updated