v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Resend OTP for transaction

post/wallets/transaction/resend-otp

Headers

api-keystring required

api-key is available on the dashboard

Authorizationstring required

Request body

userIdstring required

The Id of the user who is sending this transaction

challengeIdstring required

The challengeId that you received when initiating the transaction

Response

200

challengeIdstring
dateExpiresstring
attemptsinteger

Example response

{
  "challengeId": "f56aaf67-acc1-4397-ae6b-57b553bdc5b0",
  "dateExpires": "2022-11-10T14:17:28.162Z",
  "attempts": 1
}