πVirtual / Dynamic Account Webhook
Webhook Notification Format
// notificaton json format
{
"notification_status": "payment_successful",
"transaction_id": "xxx",
"amount_paid": 100,
"settlement_amount": 99.5,
"settlement_fee": 0.5,
"transaction_status": "success",
"sender": {
"name": "A D E LIMITED",
"account_number": "****4290",
"bank": "HYDROGEN"
},
"receiver": {
"name": "adex-Abd(xixapay)",
"account_number": "667985",
"bank": "PalmPay"
},
"customer": {
"name": "adex dev",
"email": "[email protected],
"phone": null,
"customer_id": "xxx"
},
"description": "Your payment has been successfully processed.",
"timestamp": "2024-11-22T13:00:04.256092Z"
}Field Descriptions
Webhook Signature Verification
Last updated