> 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 solicitação POST.
- [Cancelamento de 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 solicitação POST.
- [Lista de faturas](https://docs.trybit.com/pt/referencia-da-api-v2/invoice-list.md): O método permite recuperar uma lista de todas as faturas, enviando uma solicitação POST.
- [Informações da fatura](https://docs.trybit.com/pt/referencia-da-api-v2/invoice-information.md): O método permite recuperar faturas específicas pelos seus identificadores usando uma solicitação POST.
- [Saldo](https://docs.trybit.com/pt/referencia-da-api-v2/balance.md): O método permite recuperar o saldo da sua conta, enviando uma solicitação POST.
- [Estatísticas](https://docs.trybit.com/pt/referencia-da-api-v2/statistics.md): O método permite recuperar estatísticas de pagamento, enviando uma solicitação POST.
- [Levantamento de fundos](https://docs.trybit.com/pt/referencia-da-api-v2/withdrawals.md): O método permite criar uma solicitação de levantamento enviando uma solicitaçã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 no mesmo endereço sem criar uma nova fatura.
- [Integração H2H (White Label)](https://docs.trybit.com/pt/referencia-da-api-v2/h2h.md): Aprenda a ativar o Host2Host (H2H) — aceitação de pagamentos em criptomoeda em white-label sem redirecionamentos: os detalhes do pagamento são exibidos na sua interface e os status 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.
