> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/documentation/pt-br/dashboard/billing-information/managing-payment-methods.md).

# Gerenciando métodos de pagamento

Na sua página de gerenciamento de assinatura, você pode **adicionar**, **atualizar**, ou **remover** métodos de pagamento.

#### Adicionar um novo método de pagamento

1. Para a assinatura paga que você deseja gerenciar, clique em `Gerenciar assinatura` botão (observação: a `Gerenciar assinatura` opção só aparece para produtos pagos, não para testes gratuitos ou produtos gratuitos).

<figure><img src="/files/092e359626f08bd4c749678c2ece29ccf9a9954c" alt=""><figcaption></figcaption></figure>

2. Quando a **Métodos de pagamento** seção aparecer, clique em `+ Adicionar método de pagamento.`

<figure><img src="/files/f81261b6b497e8728e4c91e55495d6861ee4ee89" alt=""><figcaption></figcaption></figure>

3. Um novo formulário aparecerá com opções de pagamento (Cartão, PayPal, Google Pay).
4. Selecione seu método preferido e insira as informações necessárias.&#x20;
5. Clique `Adicione` para salvar seu novo método de pagamento. Seu novo método de pagamento aparecerá na lista.

#### Definindo um método de pagamento padrão

Seu método de pagamento ativo atual aparece no topo da página. Para alterá-lo, você pode selecionar outro método de pagamento da sua lista e defini-lo como padrão.

<figure><img src="/files/3eb8b939e20f6019fdd0a05854fe318d522b658a" alt=""><figcaption></figcaption></figure>


---

# 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://developers.oxylabs.io/documentation/pt-br/dashboard/billing-information/managing-payment-methods.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.
