Retrieve setup status
Retrieves how far a setup has got and what the buyer must do next, if anything. Collection runs in the background, so poll this rather than reading the create response. Accepts either a secret key or the setup's own client_secret, so the surface collecting the payment method can poll it directly.
Path parameters
The unique identifier of the setup intent.
Response
Setup status retrieved
Example response
{
"id": "sint_xxxxxxxxxxxxxx",
"last_setup_error": {
"code": "enrollment_declined",
"message": "The bank declined the enrollment."
},
"next_action": {
"data": {
"frame_max_width": 500,
"url": "https://psp.example/3ds/challenge"
},
"render": [
"inline"
],
"type": "redirect"
},
"object": "setup_status",
"return_url": "https://shinetime.example/billing/saved",
"status": "canceled"
}Changes
Changed in 8 of the 74 revisions of this API.612
- ○
added the optional property
/////////to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
/////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////to the response with the statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
added discriminator to
//////response property for the response statusresponse-property-discriminator-added
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ▲
- ○
added the required property
///////to the response with the statusresponse-required-property-added
- ○
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ▲
added to the
////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
the
////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ○
added discriminator to
////response property for the response statusresponse-property-discriminator-added
- ▲
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.