---
title: "Continue localized card preapproval session"
method: POST
path: "/stripe/checkout/subscription/preapproval/continue"
tags: ["Billing"]
---

# Continue localized card preapproval session

`POST /stripe/checkout/subscription/preapproval/continue`

Checks the status of a localized card preapproval flow and returns the paid Stripe Checkout URL when it is ready.

## Request body

- LocalizedCardPreapprovalContinueRequest
  - `token` string, required — Continuation token for the localized card preapproval flow

## Response `200`

Success

- union
  - PendingLocalizedCardPreapprovalContinueResponse
    - `status` 'pending', required — The preapproval result is still being processed
  - ReadyLocalizedCardPreapprovalContinueResponse
    - `status` 'ready', required — The preapproval succeeded and the paid checkout URL is ready
    - `url` string, required — The URL to redirect to
  - RejectedLocalizedCardPreapprovalContinueResponse
    - `status` 'rejected', required — The preapproval failed and the paid checkout should not continue
    - `reason` 'country_mismatch' | 'missing_customer' | 'missing_payment_method' | 'missing_setup_intent' | 'payment_method_not_card' | 'unknown', required — The reason the preapproval was rejected
    - `actual_country` string, nullable — The detected card issuing country when available
  - ExpiredLocalizedCardPreapprovalContinueResponse
    - `status` 'expired', required — The preapproval token has expired or is unknown

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

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