v1

latestOpenAPI 3.0.12026-07-2679100267.2 KB
Charge

Resend OTP to customer's phone

Use this endpoint to resend the payment OTP to the customer's phone

post/v1/checkout/resend-otp

Request body

orderReferencestring required

order reference

Example request

{
  "orderReference": "c4307d58-2513-41d8-b7f7-dfecd5f9fdbe"
}

Response

OK - your request was successful.

codestring required

Response Code

descriptionstring required

Response description

Example response

{
  "code": "00",
  "description": "Success",
  "data": {
    "message": "success"
  }
}