---
title: "Resend Standing Order OTP"
method: POST
path: "/resend-otp"
tags: ["Consumer"]
---

# Resend Standing Order OTP

`POST /resend-otp`

Resend an OTP to confirm a standing order.

## Request body

- StandingOrderResendOTPRequest
  - `userId` string, uuid, required — Unique ID of the user to resend the OTP for
  - `challengeId` string, uuid, required — The challenge ID returned in the create standing order response

## Response `201`

success

- StandingOrderResendOTPResponse
  - `challengeId` string, uuid, required — Unique challenge ID to be used when confirming the standing order via OTP
  - `dateExpires` string, 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.
  - `attempts` integer, required — Number of attempts to resend an OTP used (5 attempts allowed)

## Other responses

- `400` — Bad Request. The request was unacceptable, often due to missing a required parameter.
- `401` — Invalid authentication header
- `500` — Unexpected server error.

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
