Documentation Index
Fetch the complete documentation index at: https://docs.turbofypay.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET /v1/checkouts/:id
Headers
Obrigatorios:x-client-idx-client-secret
checkout:read.
Parametro de rota
id: identificador publico no formatobill_*.
Regras
- Se o formato do id for invalido, retorna
422 INVALID_CHECKOUT_ID. - Se o checkout nao existir para o merchant autenticado, retorna
404 CHECKOUT_NOT_FOUND.
Response 200
Erros do recurso
| HTTP | code | Quando ocorre |
|---|---|---|
422 | INVALID_CHECKOUT_ID | id sem prefixo bill_ ou vazio apos prefixo. |
404 | CHECKOUT_NOT_FOUND | Checkout inexistente para o merchant autenticado. |
Observacao de semantica
bill_*e o identificador publico canonico do recurso checkout.- A URL
/c/session/:sessionIde a superficie renderizada atual do frontend. - Isso nao redefine a semantica publica de
/v1/checkouts.