Webhook
Add Callback URL to App
Request Body
Name
Type
Description
{
“success”: true,
“message”: “App settings update successful.”
}
Webhook Payload: BANK TRANSFER
{
payload: {
message: 'SUCCESS',
data: {
accountName: 'LATEEF JAMES',
accountNumber: '2000000000',
amount: 4000,
transactionReference: '5f3fcb8087......',
statusCode: '000002'
},
type: 'BANK_TRANSFER'
}
}
Webhook Payload: PHONE_TRANSFERS
Last updated
Was this helpful?