> 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/payments/customer-payments/remove-a-credit-card.md).

# Remove a Credit Card

{% hint style="success" %}
**If the Customer has any pending transactions**, like an upcoming Reservation or Event which the system has not yet billed them for, of if they have a Membership, the system WILL NOT allow the credit card to be removed. This is to protect the Club from accidentally removing a Customer’s credit card. If a Customer wants to have their credit card removed, all future Reservations, Event signups, and Memberships must be canceled.
{% endhint %}

### Inside the Dashboard

Even if the system is the most secure technology platform for modern sports venues ([**read more here**](https://help.podplay.app/en/categories/309313-software-security-and-data)), there might still be a Customer who wants to have their credit card removed. To remove a Customer’s credit card:

* Navigate to the Customer page of the Dashboard
* Search and click on the Customer’s Profile
* Scroll down in the Overview tab
* Open the PAYMENT METHOD drawer
* Click on the trash can icon

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

Once the credit card is removed from the Customer’s Profile, they are required to add a credit card again if they want to book in the future

### From the Profile

Customers can delete their credit card from their Profile. For a Customer to do so, they would:

* Navigate to the More tab of the App
* Click on the Account button at the top
* Click on Payment Methods
* Select the credit card they want to delete
* Notice and press the trash can icon in the pop-up window

A confirmation appears, and once confirmed, the credit card is removed from their Profile.

<figure><img src="/files/6L7xCyIfENglDtuL7ZJt" 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://docs.podplay.app/payments/customer-payments/remove-a-credit-card.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.
