> 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-pay-after-a-failed-payment.md).

# How to Pay After a Failed Payment

## How to Pay After a Failed Payment

Pay for an on-hold subscription or for a pending order from the Proxidize app.

If a subscription payment fails, the subscription may move to **On Hold**.

{% hint style="info" %}
Proxidize provides a 5-day grace period after a failed payment.
{% endhint %}

### Before you start

Open **Billing** in the Proxidize app.

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

![](/files/4aec70819515865ccff95a76eff8139d4f159ac8)

### Pay from the Subscriptions page

Use this method if the subscription shows **On Hold**.

1. Open **Subscriptions**.
2. Find the subscription with the **On Hold** status.
3. Open the **Actions** menu.
4. Click **Renew Subscription**.
5. Complete the payment.

After payment is complete, the subscription should become active again.

![](/files/e5b0d376753c426107f3a31204b3236a63653028)

### Pay from the Orders page

You can also pay from the related order.

1. Open **Orders**.
2. Find the order with a **Pending** or **Failed** status.
3. Click **Pay** in the **Actions** column.
4. Complete the payment.

After payment is complete, the order should show **Paid** and the related subscription should be restored.

![](/files/95f8dd44cbcc2a12583d293b11e2246cd76304b9)

### What happens after payment

After payment succeeds:

* the related order should update to **Paid**
* the subscription should become active again
* access to your proxies should be restored

{% hint style="info" %}
If payment succeeded but your service was not restored, contact support before trying to pay again.
{% endhint %}

### If the payment fails again

Check that your payment method is valid and has enough funds.

If needed, update your card and try again.

See [How to Change Your Payment Method](/account-and-billing/billing-and-subscriptions/how-to-change-your-payment-method.md).

### Quick FAQ

<details>

<summary>How long do I have to fix a failed payment?</summary>

You have a 5-day grace period.

If payment is not completed in that time, access to your proxies along with any configuration you have (e.g. tags, location settings, etc.) will be lost.

</details>

<details>

<summary>Where should I pay from?</summary>

Use **Subscriptions** if the subscription shows **On Hold**.

Use **Orders** if you want to pay the related pending or failed order directly.

</details>

<details>

<summary>What if I paid but my subscription did not reactivate?</summary>

Contact support before making another payment.

</details>

### Related articles

* [How to Change Your Payment Method](/account-and-billing/billing-and-subscriptions/how-to-change-your-payment-method.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 Download an Invoice](/account-and-billing/billing-and-subscriptions/how-to-download-an-invoice.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-pay-after-a-failed-payment.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.
