v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Consumer

Resend Standing Order OTP

Resend an OTP to confirm a standing order.

post/resend-otp

Request body

userIdstring uuid required

Unique ID of the user to resend the OTP for

challengeIdstring uuid required

The challenge ID returned in the create standing order response

Response

success

challengeIdstring uuid required

Unique challenge ID to be used when confirming the standing order via OTP

dateExpiresstring date-time required

Date at which this challenge ID expires. If this expires, please create a new standing order. Standing orders are not persisted in storage unless confirmed.

attemptsinteger required

Number of attempts to resend an OTP used (5 attempts allowed)

Example response

{
  "dateExpires": "2024-07-25T06:49:13.606Z"
}