> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/advanced-settings/custom-payment-method.md).

# Custom Payment Method

Would you like to create your own payment types of payment in order to track client payments with things like PayPal, Venmo, Zelle, etc.? Now you can!

{% stepper %}
{% step %}

## Navigate to Custom Payment Methods

Navigate to Manage>Advanced Settings and click Manage under the section labeled Custom Payment Methods.
{% endstep %}

{% step %}

## Create a new payment method

Click **New** to create a new payment method.
{% endstep %}

{% step %}

## Enter the payment method name

Enter the name of your new payment method.

![Custom Payment Types](/files/c96669e6dafc192709f9fa8cb6472b6b7f1e6929)
{% endstep %}

{% step %}

## Use the payment method

You will now see that payment method in the Collect Payment screen for as long as you have it set as Active.

![Sales Ticket Collect Payment](/files/1c7132370e1f62e8effc3478c638ef901ba2077b)
{% endstep %}
{% endstepper %}

## Inactivating a Custom Payment Method

Navigate to Manage>Advanced Settings.

Click on the name of one of your current custom payment methods.

Uncheck the box next to Active and Save.

![Uncheck active payment method](/files/60360d9822420e895cc2c4e7ba91433aaaf913d8)

## Reporting

You can find how much you are collecting with Custom Payment Methods by running the Total sheet or Tickets report. Navigate to Reports and select either the report named Total Sheet for a summary of the Custom Payments or Tickets for a detailed breakdown of each payment method. These reports are exportable.

### Total Sheet

![Total Sheet](/files/6ef90298ded9fba943660205f1ae652339b64590)

### Tickets

![Tickets-Payment method](/files/3feccd025385feccd4c1a652a945dc89ded490ca)


---

# 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://support.rosysalonsoftware.com/advanced-settings/custom-payment-method.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.
