Webhook
To easily know when your customer pays, you can set up a callback URL that's triggered for every successful payment. See payment bills properties for callbackURL
parameter.
Webhook Payload Properties
{
paymentRef,
payout: [
{
accountType: ‘subaccount’,
accountRef: ‘ACCT_xxxx’,
creditAmount: 10000,
accountNumber: ‘70xxxxxxxx’,
status: ‘completed’,
},
],
merchantId: ‘xxxxxxxxxxxxxxxxx’,
retry_count: 0,
eyowo_transaction_charge: 150,
amountPaid: 10000,
date: updatedAt,
status,
customer: {
firstName: ‘’,
lastName: ‘’,
businessName: ‘’,
email: ‘’
},
},
Last updated
Was this helpful?