Error
Setup intents
Retrieve a setup intent
GET
Error
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Path Parameters
The setup intent id (seti_…).
Response
The setup intent.
Unique identifier for the setup intent (seti_…).
Available options:
setup_intent The customer this intent is attached to (cus_…), or null if not customer-scoped.
Three-letter ISO currency code.
requires_confirmation — initial state; awaiting a client-side token.
processing — vault operation is in progress.
succeeded — card vaulted and payment method created.
canceled — intent was canceled before completion.
Available options:
requires_confirmation, processing, succeeded, canceled The reusable payment method created when the card was vaulted (pm_…). Null until succeeded.
Unix epoch seconds.
Unix epoch seconds.

