> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/memberships/managing-memberships/resolve-a-membership-payment-issue.md).

# Resolve a Membership Payment Issue

## Overview

Sometimes a Customer's recurring Membership charge does not go through, or a billing cycle becomes overdue. When this happens, you can charge the Membership right away from the Customer's Profile instead of waiting for the system to retry automatically. This helps you quickly bring a Membership back into good standing while the Customer is in front of you or on the phone.

You can collect the payment using an active saved card or US ACH bank account on file, cash, or a payment link sent by email. You can also comp (waive) the cycle if needed.

### Related Updates

* [Charge a Membership with a Saved Card or Bank Account](/memberships/managing-memberships/charge-a-membership-with-a-saved-card-or-bank-account.md)

### Feature flag

This feature is controlled by the `membership_subscription_manual_charge` flag. Contact your PodPlay CSM if it isn't enabled for your Club — the **Resolve payment issue** button will not appear until the flag is turned on.

***

## When the button appears

A **Resolve payment issue** button appears at the bottom of the Membership section on the Customer's Profile. It only shows up when a Membership actually needs attention, specifically when:

* The `membership_subscription_manual_charge` feature flag is enabled for your Club
* The Membership is a recurring plan (monthly, six-month, or yearly) with a price
* The Membership is active and not paused
* A new billing cycle is due, or the Membership is in a grace or hold period

If the Membership is paid up and nothing is due, the button will not appear.

***

## Charge the Membership

To resolve a payment issue:

* Navigate to the Customer page of the Dashboard
* Search for the Customer and click into their Profile
* Scroll down to the Membership section in the Overview tab of the side panel
* Click the **Resolve payment issue** button
* Review the charge details in the pop-up that appears
* Choose how you want to collect payment
* Click **Re-charge** to complete the payment

The pop-up shows you the amount to be charged for the current billing cycle, along with the Membership's last charge status and, when relevant, its billing condition (for example, "In grace period"). This helps you confirm you are charging the right Customer for the right reason before you continue.

***

## Choose how to collect payment

The pop-up lets you choose the payment method:

* **Card** — Charge one of the Customer's active saved cards or US ACH bank accounts. Each method is shown with its brand or bank name and last four digits so you can pick the right one. See [Charge a Membership with a Saved Card or Bank Account](/memberships/managing-memberships/charge-a-membership-with-a-saved-card-or-bank-account.md).
* **Cash** — Record a cash payment for the current cycle
* **Payment link** — Send the Customer an email with a link to pay themselves. Their billing dates update once they complete the payment.
* **Free of charge** — Comp the current cycle without collecting any payment

When you confirm, PodPlay processes the charge and updates the Membership's billing dates. If the payment is still processing, the billing dates will update automatically once it settles.

***

## Tips

* Use **Payment link** when the Customer is not present and you want them to pay with their own card.
* If a charge is declined, the pop-up will show the reason so you can try a different card or payment method.
* The **Resolve payment issue** button is only available to Managers, Owners, and Admins.
* If the button does not appear, the Membership does not currently have a payment due, or the `membership_subscription_manual_charge` feature flag is not enabled for your Club.


---

# 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.podplay.app/memberships/managing-memberships/resolve-a-membership-payment-issue.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.
