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

# Transfers (Pix Out) Examples

> Runnable transfer examples per language: create, retrieve and reconcile a transfer; cancel when the status allows.

Working code for the Transfers (Pix Out) flow: create a transfer, retrieve and reconcile it, and cancel
it when the status allows. The final state arrives via [webhook](/examples/webhooks).

**Guide:** [Pix Out Overview](/payouts/pix-out/overview) ·
[Create a transfer](/payouts/pix-out/create-transfer) · [Statuses](/payouts/pix-out/statuses)
**API reference:** [Transfers](/api-reference/transfers/reference)
([create](/api-reference/transfers/create) · [get](/api-reference/transfers/get) ·
[cancel](/api-reference/transfers/cancel))

## Example code by language

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

## Operations exercised

`postTransfers` · `getTransfersById` · `postTransfersByIdCancel`
