Wallet & Billing
Top up wallet
Initialize a wallet top-up via Paystack.
POST
Creates a payment initialization for topping up your wallet. Returns a Paystack authorization URL to redirect the user for payment.
Redirect the user to
The request body and this response are in kobo (1 NGN = 100 kobo). VAT is added on top of the requested amount.
Body
Amount to top up, in kobo.
Response fields
Redirect the user here to pay via Paystack.
Pass this to the verify endpoint after the redirect.
Base amount in kobo.
VAT in kobo.
Total charged in kobo (
amountKobo + vatKobo).authorizationUrl to pay via Paystack, then call the verify endpoint with the reference to confirm payment and credit the wallet.