> 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/utilities/manage-credit-card-payment-services/payment-gateways-in-xoro/how-to-process-credit-cards-in-xoro.md).

# How to Process Credit Cards in Xoro?

Once your payment gateway(s) is integrated into Xoro and the default account is set up, you can process the credit card payments in Xoro. You can process the credit cards to make an invoice payment or record a customer deposit.

### Invoice Payments

You can process invoice payments in Xoro in two primary ways:

1. **Sending Invoice Payment Links**

   One of the most convenient ways to process credit card payments in Xoro is by sending invoice payment links to your customers. Sending a payment link to your customers allows them to enter their credit card information and complete the payment independently. This method offers flexibility and ease of payment. \
   \
   Additionally, it also enables customers to save their credit card details for future transactions, simplifying the payment process. <br>

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

   \
   You can also save the customer's credit card info from the 'Customer' module.<br>

   <figure><img src="/files/gwB5vWMtkH61HfwyL2xL" alt=""><figcaption></figcaption></figure>
2. **Paying Directly in the Invoice Payment Module**

   Alternatively, you can process credit card payments directly within the Invoice Payment module of Xoro. To pay an invoice within Xoro:

   * Navigate to the Invoice Payment module.
   * Select 'Credit Card' as the payment method.<br>

     <figure><img src="/files/KZL2sPtTQ53KPjJPxENy" alt=""><figcaption></figcaption></figure>
   * Click on "Process Card" and you will be navigated to the "Credit Card Payment" screen.<br>

     <figure><img src="/files/igM0yiGRNaWWMdMD30Bq" alt=""><figcaption></figcaption></figure>
   * At this point, you'll see the default “Payment Service Account.” If necessary, you can select a different account from the dropdown menu.<br>

     <div align="left"><figure><img src="/files/qMvEX6vZ7Bn6QWtGA8d1" alt=""><figcaption></figcaption></figure></div>
   * Fill in the card details and click "Confirm". Click on "Save card details for future payment(s)" to save the card details for future payments. If any credit card(s) are saved with the Customer, you can choose one to autofill the “Card Details”.<br>

     <div align="left"><figure><img src="/files/gDcKnMWEpl8yMJo3Yr1Z" alt=""><figcaption></figcaption></figure></div>
   * Click on "Pay" to complete the payments.<br>

     <div align="left"><figure><img src="/files/KQa3cTzt3Y9xyhdhhEGk" alt=""><figcaption></figcaption></figure></div>

These options provide flexibility for both businesses and their customers, ensuring a seamless payment experience.

### Customer Deposits

Similar to invoice payments, customer deposits can also be processed in Xoro. The customer can process the credit card when making a customer deposit payment via a payment link.

Similarly, process the card when recording customer deposits in the 'Customer Deposit' module. Select 'Credit Card' as the payment method. Then, click on "Process Card." Enter the card details to record the payment.

The process mirrors the steps outlined above, offering an efficient way to manage and record deposits.


---

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

```
GET https://docs.xorosoft.com/xoroerp-1/utilities/manage-credit-card-payment-services/payment-gateways-in-xoro/how-to-process-credit-cards-in-xoro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
