Webhook Notifications
Webhooks allow you to set up a notification system that can be used to receive updates on certain requests made to the 1app APIs.
Last updated
Webhooks allow you to set up a notification system that can be used to receive updates on certain requests made to the 1app APIs.
Last updated
{
"event_type": "transactions",
"data": {
"trans_status": "06",
"message": "Successful",
"transmode": "live",
"feeby": "split",
"reference": "1B6579758742351347",
"TransDetails": {
"transref": "1B6579758742351347",
"clientref": "",
"amountpaid": "10000.00",
"amount_settled": "9950.00",
"fee": "50.00",
"currency": "NGN",
"transtoken": "de2ec4d82c7c15da23c39fc6a6f42",
"previous_bal": "100000.00",
"new_bal": "19950.00",
"payment_channel": "",
"payment_time": "Sat, 16 Jul 2022",
"redirect_url": "",
"transmsg": ""
},
"CustomerDetails": {
"customer_name": "John Doe",
"customer_email": "[email protected]",
"customer_phone": "0701234567"
},
"transerror": 0,
"paid_through": "paylink",
"isflagged": "0"
}
}