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?