> ## 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.

# Checkout Links Examples

> Runnable checkout-link examples per language: create a link and store the returned public URL identifier.

Working code for the Checkout Links flow: create a checkout link and store the returned public `data.url`
identifier. The v2 contract exposes `POST` only — there is no retrieve/list endpoint — so the returned
URL is the reference you persist.

**Guide:** [Create a Checkout Link](/payments/checkout-links/create)
**API reference:** [Checkout Links](/api-reference/checkout-links/reference)
([create](/api-reference/checkout-links/create))

## Example code by language

| Language          | Directory                                                                                               | 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)       |

## Operations exercised

`postCheckoutLinks`
