v8
OpenAPI 3.1.02026-08-033623795.0 MBSetup intents
Retrieve setup intent
Retrieves the details of an existing setup intent.
Required permissions:
- payment:setup_intent:read
- member:basic:read
- member:email:read
get/setup_intents/{id}
Path parameters
idstring required
Example:sint_xxxxxxxxxxxxx
The unique identifier of the setup intent.
Response
A successful response
Example response
{
"checkout_configuration": {
"id": "ch_xxxxxxxxxxxxxxx"
},
"company": {
"id": "biz_xxxxxxxxxxxxxx"
},
"created_at": "2023-12-01T05:00:00.401Z",
"error_message": "Your card was declined.",
"id": "sint_xxxxxxxxxxxxx",
"payment_method": {
"card": {
"exp_month": 42,
"exp_year": 42,
"last4": "4242"
},
"created_at": "2023-12-01T05:00:00.401Z",
"id": "payt_xxxxxxxxxxxxx"
}
}