Callback Payload
Payload deleivered by the webhook
{
"event": "payment.confirmed",
"payment": {
"id": "pay_abc123",
"reference": "2S-7N4VFR",
"status": "confirmed",
"txHash": "abc123...",
"confirmations": 19,
"receivedAmount": 6.95
},
"metadata": {
"orderId": "ORD-001"
}
}