v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Business

Resend Business Standing Order OTP

Resend an OTP to confirm a business standing order.

post/business/resend-otp

Request body

businessIdstring uuid required

Unique ID of the business to resend the OTP for

challengeIdstring uuid required

The challenge ID returned in the create business 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"
}