> ## 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 Transferências (Pix Out)

> Exemplos executáveis de transferências por linguagem: criar, consultar e reconciliar uma transferência; cancelar quando o status permitir.

Código executável para o fluxo de Transferências (Pix Out): criar uma transferência, consultar e
reconciliar, e cancelar quando o status permitir. O estado final chega via [webhook](/pt/examples/webhooks).

**Guia:** [Visão geral do Pix Out](/pt/payouts/pix-out/overview) ·
[Criar uma transferência](/pt/payouts/pix-out/create-transfer) ·
[Status](/pt/payouts/pix-out/statuses)
**Referência da API:** [Transferências](/pt/api-reference/transfers/reference)
([criar](/pt/api-reference/transfers/create) · [consultar](/pt/api-reference/transfers/get) ·
[cancelar](/pt/api-reference/transfers/cancel))

## Código de exemplo por linguagem

| Linguagem         | Diretório                                                                                     | 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)       |

## Operações exercitadas

`postTransfers` · `getTransfersById` · `postTransfersByIdCancel`
