Retrieve a Setup Intent
Path Parameters
- Type: stringidmax length:200required
Query Parameters
- Type: array string[]expand
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/v1/setup_intents/{id}
curl 'https://api.paypercut.io/v1/setup_intents/{id}?expand=' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"currency": "EUR",
"usage": "string",
"payment_method": "01K688H80Z3199KETHDJ4ZAFPS",
"x-expansionResources": "01K688H80Z3199KETHDJ4ZAFPS",
"id": "21210021c2855007efa2d657018",
"status": "canceled",
"livemode": true,
"created": "2026-05-21T04:57:41.196Z"
}
