---
title: "POST /billing/threeds/{id}/method-timeout"
method: POST
path: "/billing/threeds/{id}/method-timeout"
tags: ["Billing"]
---

# POST /billing/threeds/{id}/method-timeout

`POST /billing/threeds/{id}/method-timeout`

Continues an unfinished 3DS Method once with threeDSCompInd=N after the browser's ten-second deadline.

## Path parameters

- `id` string, uuid, required

## Response `200`

The iframe advances, completes, fails safely, or observes another claimant.

- union
  - object
    - `status` 'in_progress', required
  - object
    - `redirectUrl` string, uri, required
    - `status` 'continue', required
  - object
    - `loginUrl` string, uri, required
    - `status` 'complete', required
  - object
    - `code` string, required
    - `status` 'failed', required

## Other responses

- `400` — The checkout identifier or body is invalid.
- `403` — The timeout did not originate from the neutral API page.
- `409` — Another signup completed this Product account.
- `422` — The Method continuation was rejected.
- `503` — The Method continuation is temporarily unavailable.

---

[API](https://skmtc.dev/expertschat/apis/billing-core-api.md) · [All operations](https://skmtc.dev/expertschat/apis/billing-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expertschat/billing-core-api/revisions/c6d0e986ce32/schema)
