> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-change-your-payment-method.md).

# How to Change Your Payment Method

## How to Change Your Payment Method

Manage saved cards and billing information from the **Payment Methods** page in the Proxidize app.

<a href="https://app.proxidize.com/" class="button primary" data-icon="arrow-right">Open Proxidize app</a>

### What you can do on this page

From **Billing → Payment Methods**, you can:

* add a new card
* remove a saved card
* set a default card
* edit billing information for invoices and receipts

{% hint style="info" %}
The **Payment Methods** page supports card payments only.
{% endhint %}

### Before you start

Open **Billing** in the Proxidize app.

![](/files/4aec70819515865ccff95a76eff8139d4f159ac8)

### Open the Payment Methods page

1. Click **Payment Methods** in the left sidebar.
2. Review your saved cards and billing information.

![](/files/025ea3b742e4e64d817b886b46d799c08b6f95d1)

### Add a new card

1. Click **Add new card**.
2. Enter your card details.
3. Select your country or territory.
4. Click **Add Card**.

The new card appears in your saved payment methods.

![](/files/b8188ccf862d164da3b38babf3f4d136f84894a5)

### Remove a card or set a default card

1. Find the card you want to manage.
2. Click the **three-dot menu** on that card.
3. Click **Remove card** or **Set as Default**.

{% hint style="info" %}
Removing a card stops it from being used for future saved card payments.
{% endhint %}

![](/files/48a15342c38b6f2ae9265ab1eed417ad58a94d1f)

### Edit billing information

1. Scroll to **Billing Information**.
2. Click **Edit**.
3. Update your details.
4. Save your changes.

![](/files/f5bfa4ac66409faafa35891cbdc15938f4e9fcbe)

### After updating your payment method

If you updated your card because of a failed or pending payment, return to the payment and try again.

Use:

* **Subscriptions → Renew Subscription**
* **Orders → Pay**

### Quick FAQ

<details>

<summary>Can I add more than one saved card?</summary>

Yes.

The **Payment Methods** page can store multiple cards.

</details>

<details>

<summary>Can I choose a default card?</summary>

Yes.

Use the **three-dot menu** on the card and select **Set as Default**.

</details>

<details>

<summary>Will changing my card retry a failed payment automatically?</summary>

Not always.

After updating the card, return to the failed payment and complete it from **Subscriptions** or **Orders**.

</details>

### Related articles

* [How to Pay After a Failed Payment](/account-and-billing/billing-and-subscriptions/how-to-pay-after-a-failed-payment.md)
* [How to Manage Your Subscription in the Proxidize App](/account-and-billing/billing-and-subscriptions/how-to-manage-your-subscription-in-the-proxidize-app.md)
* [How to Subscribe to a Proxidize Plan](/account-and-billing/billing-and-subscriptions/how-to-subscribe-to-a-proxidize-plan.md)

### <mark style="color:$primary;">Need help?</mark>

Reach us through live chat or email at **<support@proxidize.com>**.


---

# 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://help.proxidize.com/account-and-billing/billing-and-subscriptions/how-to-change-your-payment-method.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.
