v1
latestOpenAPI 3.1.02026-07-26540161.7 KBAuthorize a charge
This API lets you authorize a charge on a card or mobile money payment
post/checkout/charges/{id}/authorize
Path parameters
idstring required
Headers
x-business-idstring
Your business ID
Request body
Response
200
Example response
{
"status": true,
"message": "Kindly enter the One-time PIN (OTP) sent to your phone number",
"data": {
"id": 280,
"authorization": {
"mode": "OTP"
},
"auth_model": "OTP",
"amount": 150000,
"currency": "NGN",
"message": "Kindly enter the One-time PIN (OTP) sent to your phone number",
"status": "processing",
"reference": "KPHHHHSS"
}
}