v1

latestOpenAPI 3.0.12026-07-2679100267.2 KB
Charge

Request OTP to validate a user before fetching saved cards

Use this endpoint to request an OTP to be sent to a user's phone number to authenticate before retrieving the saved cards mapped to the user's email. Use this endpoint when the Order details endpoint indicates the user already has saved cards.

post/v1/checkout/user-card/saved-card/auth

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"
  }
}