> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/sales/customer-section/customer-centre/adding-deleting-the-credit-card-info.md).

# Adding/deleting the credit card info

### **Managing Customer Credit Card Information in XoroERP Customer Centre**

**Overview:** The XoroERP Customer Centre module provides users with the ability to efficiently manage customer credit card information. This feature allows users to add or delete credit card details, enhancing the flexibility and control over customer payment methods.

### **Adding Customer Credit Card Information:**

1. **Access the Customer Centre:**
   * Open the "**Customer** **Centre**" module from the main menu.
2. **Select the Customer:**
   * Locate and select the customer for whom you wish to add credit card information.
3. **Open Customer Details:**
   * Double-click on the selected customer to open their details in a pop-up window.
4. **Navigate to Payments:**
   * In the pop-up window, select the "**Payments**" tab.
5. **Add Credit Card Information:**
   * In the top right corner, click on the "**Credit Card Info**" button.

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

* Enter the required credit card details.
* Click "**Confirm**" to save the information.
* Finally, click "**Update**" to apply the changes.

### **Deleting Customer Credit Card Information:**

1. **Access the Customer Centre:**
   * Open the "**Customer** **Centre**" module from the main menu.
2. **Select the Customer:**
   * Locate and select the customer whose credit card information you wish to delete.
3. **Open Customer Details:**
   * Double-click on the selected customer to open their details in a pop-up window.
4. **Navigate to Payments:**
   * In the pop-up window, select the "**Payments**" tab.
5. **Delete Credit Card Information:**
   * Click on the bin icon next to the credit card information you wish to delete.

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

### **Benefits**

* **Efficiency:** Quickly and easily manage customer credit card information directly from the Customer Centre.
* **Control:** Provides the ability to maintain accurate and up-to-date payment information, ensuring seamless transactions.
* **Flexibility:** Offers the option to update or remove credit card details as needed, catering to customer preferences and requirements.

This feature streamlines the process of managing customer payment methods, enhancing the overall efficiency and user experience within the XoroERP system.


---

# 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.xorosoft.com/xoroerp-1/sales/customer-section/customer-centre/adding-deleting-the-credit-card-info.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.
