> For the complete documentation index, see [llms.txt](https://docs.funnelish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.funnelish.com/start/collecting-payments/add-payment-methods.md).

# Add payment methods

We offer a wide range of payment methods via our Funnelish Pay app. Every payment method can be set up within a **Payment form** or a **2-Step form** element.&#x20;

## Add a new payment method

1. Add a [**Payment form**](/start/funnel-builder/editor-forms/payment-form.md) or a [**2-step form** ](/start/funnel-builder/editor-forms/2-step-form.md)element to your canvas.&#x20;
2. Click on the element to open the settings panel.&#x20;
3. On the setting panel, click the **Edit payment options** button.
4. On the Edit payment options panel, click on the **Add a new payment method** button.&#x20;

<figure><img src="/files/5v2RQgG2jA94XpjEfqkn" alt=""><figcaption><p>Add payment gateways.</p></figcaption></figure>

5. Set up the payment method that best suits your needs.&#x20;

{% hint style="info" %}
We show you how to add specific payment methods in different articles. Scroll through the Collecting Payments section in the column at the left of this page to see the options.&#x20;
{% endhint %}

## Editing payment fields

You can easily change the text in form fields. This is especially useful for translating the text or personalizing your forms. &#x20;

1. Be sure you are on the **Edit payment options** panel.
2. Select a payment gateway.
3. Click on the field you want to edit.&#x20;
4. Type your personalized text in the field.&#x20;
5. Click the **Save changes** button.&#x20;

<figure><img src="/files/SbKB0v61xnmF4WoVZQZv" alt=""><figcaption><p>Edit fields inside forms.</p></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.funnelish.com/start/collecting-payments/add-payment-methods.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.
