---
title: "Resend a quote's SCA challenge code"
method: POST
path: "/quotes/{quoteId}/authorize/resend"
tags: ["Strong Customer Authentication"]
---

# Resend a quote's SCA challenge code

`POST /quotes/{quoteId}/authorize/resend`

Re-send the one-time code for a realtime-funding quote in
`PENDING_AUTHORIZATION` status whose `scaChallenge.factor` is `SMS_OTP`. The
existing challenge is reused — no new challenge is issued, and its
`scaChallenge.expiresAt` is **not** extended; once the challenge is past
`expiresAt` it can no longer be authorized.

Only meaningful for customers in a region where SCA is required (e.g. EU);
a 409 is returned otherwise. `PASSKEY` challenges cannot be re-sent and return 409.

In sandbox, the code is always `123456`.

## Response `204`

Code re-sent.

## Other responses

- `401` — Unauthorized
- `404` — Quote not found
- `409` — SCA is not required for this customer, the quote has no pending SMS challenge, or the challenge uses a factor whose code cannot be re-sent (e.g. passkey).
- `429` — Too many requests. Returned with `RATE_LIMITED` when codes are re-sent too frequently, to avoid spamming the customer's phone. Clients should back off and retry after the interval indicated by the `Retry-After` response header.
- `500` — Internal service error

## Changes

- **2026-08-13** `df12ec487f0e` — 1 warning
  - added the new `DAILY_VOLUME_LIMIT_EXCEEDED` enum value to the `code` response property for the response status `429`
- **2026-08-11** `b06902b6595a` — 3 warning
  - added the new `CARD_ALREADY_CLOSED` enum value to the `code` response property for the response status `409`
  - added the new `CARD_NOT_MUTABLE` enum value to the `code` response property for the response status `409`
  - added the new `INVALID_STATE_TRANSITION` enum value to the `code` response property for the response status `409`
- **2026-07-31** `b21ed434ee6e` — 2 warning
  - added the new `BENEFICIARY_TRUSTED` enum value to the `code` response property for the response status `409`
  - added the new `SCA_SESSION_REQUIRED` enum value to the `code` response property for the response status `409`
- **2026-07-26** `094458a989d2` — 1 warning
  - added the new `TRANSACTION_NOT_CANCELLABLE` enum value to the `code` response property for the response status `409`
- **2026-07-21** `483d0a08414b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stainless-api/apis/grid-api/changes/quotes/:quoteId/authorize/resend/post.md)

---

[API](https://skmtc.dev/stainless-api/apis/grid-api.md) · [All operations](https://skmtc.dev/stainless-api/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stainless-api/grid-api/revisions/2ec84c06fbec/schema)
