wallets

Resend OTP for transaction

TODO

post/business/transaction/resend-otp

Request body

businessIdstring uuid required

The Id of the business who is sending this transaction

challengeIdstring uuid required

The challengeId that you received when initiating the transaction

Example request

{
  "businessId": "cecaea44-47f2-439b-99a1-a35fefaf1eb6",
  "challengeId": "c63aa677-ad1f-4db7-bd33-72badc2ecf9d"
}

Response

success

challengeIdstring uuid
dateExpiresstring date-time
attemptsinteger

Example response

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