# Cash On Delivery

If you sell and ship physical products, **Cash on Delivery** is the alternative to electronic payment methods, especially if major payment processors do not support your country.

After a customer places an order and chooses the **Cash on Delivery** payment method, you can send the product using a shipping service in your area (e.g., FedEx, UPS, DHL). The shipping service delivers the product and collects the money from the customer.

## Before you start

Make sure you:

* [Enable **Funnelish Pay**](/start/collecting-payments.md), before you try adding a payment gateway.
* Add a [**payment form**](/start/funnel-builder/editor-forms.md) to a funnel step.

{% hint style="info" %}
After you have created a gateway, you can use it again on any number of funnels.
{% endhint %}

## Create a gateway

1. Open a funnel step.
2. Click the payment form field.
3. In the left settings panel, click on **Edit payment** **options**.
4. Click **Connect a new gateway.**
5. In the pop-up window, click **Cash on Delivery**.
6. In the new window, select **COD (Cash On Delivery)**.
7. Click **Save changes**.

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


---

# Agent Instructions: 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.funnelish.com/start/collecting-payments/cash-on-delivery.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.
