> For the complete documentation index, see [llms.txt](https://docs.trybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trybit.com/pt/referencia-da-api-v2.md).

# REFERÊNCIA DA API V2

- [Autorização da solicitação](https://docs.trybit.com/pt/referencia-da-api-v2/authorization.md)
- [Criação de fatura](https://docs.trybit.com/pt/referencia-da-api-v2/create-invoice.md): O método permite criar uma fatura para um cliente usando uma requisição POST.
- [Cancelamento da fatura](https://docs.trybit.com/pt/referencia-da-api-v2/cancel-invoice.md): O método permite cancelar uma fatura específica criada enviando uma requisição POST.
- [Lista de faturas](https://docs.trybit.com/pt/referencia-da-api-v2/invoice-list.md): O método permite obter uma lista de todas as faturas enviando uma requisição POST.
- [Informações da fatura](https://docs.trybit.com/pt/referencia-da-api-v2/invoice-information.md): O método permite obter faturas específicas pelos seus identificadores usando uma requisição POST.
- [Saldo](https://docs.trybit.com/pt/referencia-da-api-v2/balance.md): O método permite obter o saldo da sua conta enviando uma requisição POST.
- [Estatísticas](https://docs.trybit.com/pt/referencia-da-api-v2/statistics.md): O método permite obter estatísticas de pagamento enviando uma requisição POST.
- [Saque de fundos](https://docs.trybit.com/pt/referencia-da-api-v2/withdrawals.md): O método permite criar uma solicitação de saque enviando uma requisição POST.
- [POSTBACK automático](https://docs.trybit.com/pt/referencia-da-api-v2/postback.md): O método permite receber automaticamente notificações sobre a confirmação da fatura.
- [Carteiras estáticas](https://docs.trybit.com/pt/referencia-da-api-v2/carteiras-estaticas.md): O método permite criar uma carteira estática para aceitar pagamentos para o mesmo endereço sem criar uma nova fatura.
- [Integração H2H (White Label)](https://docs.trybit.com/pt/referencia-da-api-v2/h2h.md): Saiba como ativar Host2Host (H2H) — aceitação de pagamentos em criptomoedas em marca branca sem redirecionamentos: os detalhes do pagamento são exibidos na sua interface, e os estados são entregues via API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.trybit.com/pt/referencia-da-api-v2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
