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

# Exemplos de Checkout Links

> Exemplos executáveis de checkout links por linguagem: criar um link e guardar a URL pública retornada.

Código executável para o fluxo de Checkout Links: criar um checkout link e guardar o identificador
público `data.url` retornado. O contrato v2 expõe apenas `POST` — não há endpoint de consulta/listagem —
então a URL retornada é a referência que você persiste.

**Guia:** [Criar um Checkout Link](/pt/payments/checkout-links/create)
**Referência da API:** [Checkout Links](/pt/api-reference/checkout-links/reference)
([criar](/pt/api-reference/checkout-links/create))

## Código de exemplo por linguagem

| Linguagem         | Diretório                                                                                               | README                                                                                      |
| ----------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| TypeScript / Node | [`typescript/checkout-links/`](https://github.com/PagouAi/examples/tree/main/typescript/checkout-links) | [README](https://github.com/PagouAi/examples/blob/main/typescript/checkout-links/README.md) |
| Python            | [`python/checkout-links/`](https://github.com/PagouAi/examples/tree/main/python/checkout-links)         | [README](https://github.com/PagouAi/examples/blob/main/python/checkout-links/README.md)     |
| PHP               | [`php/checkout-links/`](https://github.com/PagouAi/examples/tree/main/php/checkout-links)               | [README](https://github.com/PagouAi/examples/blob/main/php/checkout-links/README.md)        |
| Java              | [`java/checkout-links/`](https://github.com/PagouAi/examples/tree/main/java/checkout-links)             | [README](https://github.com/PagouAi/examples/blob/main/java/checkout-links/README.md)       |
| C# / .NET         | [`dotnet/checkout-links/`](https://github.com/PagouAi/examples/tree/main/dotnet/checkout-links)         | [README](https://github.com/PagouAi/examples/blob/main/dotnet/checkout-links/README.md)     |
| Go                | [`go/checkout-links/`](https://github.com/PagouAi/examples/tree/main/go/checkout-links)                 | [README](https://github.com/PagouAi/examples/blob/main/go/checkout-links/README.md)         |
| Ruby              | [`ruby/checkout-links/`](https://github.com/PagouAi/examples/tree/main/ruby/checkout-links)             | [README](https://github.com/PagouAi/examples/blob/main/ruby/checkout-links/README.md)       |

## Operações exercitadas

`postCheckoutLinks`
