> 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

Update the payment method tied to your Proxidize subscription.

## 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" %}
Proxidize accepts credit and debit cards only.
{% endhint %}

### Open the Payment Methods page

1. Click your **profile icon** in the top-right corner of the app, then click **Billing**.

<img src="https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FMdNYEuuauLt2dXLeJHXQ%2FBillingSection.png?alt=media&amp;token=7726d624-0988-4c2b-8fa1-829e74b3922a" alt="" width="563">

2. Click **Payment Methods**.

<img src="https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FUZIzQcpM4EbHFt59B861%2FPaymentMethod.png?alt=media&amp;token=e1419979-d584-4bd0-b744-533660e9e98c" alt="" width="563">

Your saved cards appear first, followed by **Billing Information.**

Each card shows its brand, the last four digits, and its expiry date under **VALID THRU**.

***

### 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.

<figure><img src="https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FsX0Kq4GVHhIEJxq6vfYs%2Fimage.png?alt=media&amp;token=80fb0528-05b1-4960-9ec5-835c077bf694" alt="" width="563"><figcaption></figcaption></figure>

### 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 %}

![](https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FDx6KfScHBf31dbJr55t8%2FDefaultPyment.png?alt=media\&token=e46435d0-f39f-43fd-ada3-d57b2b71d373)

### Edit billing information

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

![](https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2Fz7QX4iEtzN2AUxdv1FdV%2FEditBilling.png?alt=media\&token=9da6f22b-0df9-4b24-8c1b-3b78f5f11e14)

### After updating your payment method

Changing your card does not retry a payment that already failed.

To complete an outstanding payment, use **Renew Subscription** on the subscription, or **Pay** on the order.

See [How to Pay After a Failed Payment.](/account-and-billing/billing-and-subscriptions/how-to-pay-after-a-failed-payment.md)

### Quick FAQ

<details>

<summary>Can I save more than one card?</summary>

Yes.

You can save several cards and choose which one is the default.

</details>

<details>

<summary>Which card is charged at renewal?</summary>

The one marked **DEFAULT**.

</details>

<details>

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

No.

Update the card first, then complete the payment from the subscription or the order.

</details>

<details>

<summary>Can I pay with PayPal or a digital wallet?</summary>

No.

Proxidize accepts credit and debit cards only.

</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)
* [How to Download an Invoice](/account-and-billing/billing-and-subscriptions/how-to-download-an-invoice.md)

### Need help?

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.
