Retrieve a Setup Intent

Path Parameters
  • id
    Type: string
    max length:  
    200
    required
Query Parameters
  • expand
    Type: array string[]
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}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "currency": "EUR",
  "usage": "string",
  "payment_method": "01K688H80Z3199KETHDJ4ZAFPS",
  "x-expansionResources": "01K688H80Z3199KETHDJ4ZAFPS",
  "id": "21210021c2855007efa2d657018",
  "status": "canceled",
  "livemode": true,
  "created": "2026-04-02T14:45:59.065Z"
}