Initiate Invoice Payment
Invoice Generation
Invoice Payment Request API
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"status": "success",
"message": "Payment Initiated Successfully.",
"data": {
"invoice_number": "QINVMNTVMRGJ4TWK72PN",
"merchant_reference": "ERYDTS234",
"amount": 1000000,
"currency": "NGN",
"payment_status": "PENDING",
"payment_url": "https://qwaap-quick.web.app/pay/QINVMNTVMRGJ4TWK72PN"
}
}Parameter
Type
Description
Last updated