Skip to main content
POST
Creates a payment initialization for topping up your wallet. Returns a Paystack authorization URL to redirect the user for payment.
The request body and this response are in kobo (1 NGN = 100 kobo). VAT is added on top of the requested amount.

Body

integer
required
Amount to top up, in kobo.

Response fields

boolean
string
Redirect the user here to pay via Paystack.
string
string
Pass this to the verify endpoint after the redirect.
integer
Base amount in kobo.
integer
VAT in kobo.
integer
Total charged in kobo (amountKobo + vatKobo).
Redirect the user to authorizationUrl to pay via Paystack, then call the verify endpoint with the reference to confirm payment and credit the wallet.