v1
latestOpenAPI 3.0.12026-07-2679100267.2 KBCharge
Submit user OTP
Use this endpoint to submit the user OTP send to the user's mobile number. This will result in the user's card being saved for later use.
post/v1/checkout/user-card
Request body
Example request
{
"orderReference": "c4307d58-2513-41d8-b7f7-dfecd5f9fdbe",
"phoneNumber": "08012345678",
"otp": "1234"
}Response
OK - your request was successful.
Example response
{
"code": "00",
"description": "Success",
"data": {
"message": "success"
}
}