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.
callbackURL
{ 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 3 years ago
Was this helpful?