> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chargefy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a Setup Intent

> Retorna um setup intent pelo ID.

Retorna o objeto `setup_intent`. Use `expand[]=payment_method` para expandir o
método salvo quando o setup já estiver concluído.

<ParamField path="id" type="string" required>
  ID do setup intent (`seti_*`).
</ParamField>

<ParamField query="expand[]" type="string">
  Use `payment_method`.
</ParamField>

<RequestExample>
  ```bash cURL theme={}
  curl -X GET "https://api.chargefy.io/v1/setup-intents/seti_123" \
    -H "Authorization: Bearer {{API_KEY}}"
  ```
</RequestExample>

## Resposta

`200 OK` com o objeto `setup_intent` completo.
