> 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/card-payments/airwallex.md).

# Airwallex

Don't have an Airwalex account yet? [Sign up now ](https://www.airwallex.com/gtmp/payments/integration-partners/funnelish?utm_source=gtm-partner\&utm_medium=partner_referral\&utm_campaign=v01_glbl_multi_ob_dg_prttm_gen_funnelish\&sfcid=701Nn00000SN9YmIAL) to streamline your payments!

## 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 on **Connect new gateway > Credit Card.** A new window will display, where you can choose **Airwallex**.

<figure><img src="/files/pKlXM8a9smdZEti2e3ad" alt=""><figcaption><p>Airwallex Gateway.</p></figcaption></figure>

6. Follow the instructions on the Airwallex authentication page.
7. **Save your changes** and you're good to go.

### Test mode on Airwallex

Unfortunately **Airwallex** **does not support test mode.**

To test your funnel, we recommend that you reduce your product price to **$1** or equivalent amount, and test the payment with a real card, you can refund yourself afterwards.

### Subscriptions through Airwallex

We do support subscriptions managed by Airwallex itself, however Airwallex does not offer a dashboard to manage such subscriptions (Cancellation or similar), as such you will have to use a 3rd party software to manage your Airwallex subscriptions as needed.

### Changing your statement descriptor for Airwallex

* Your Airwallex account **has to firstly be configured to support Dynamic Descriptor.**
* **Merchants will have to request this to be enabled via their Account Manager.**
* Once done, you can change your statement descriptor inside **funnel settings:**

<figure><img src="/files/jxdOuVKUtE0qfRXJihqj" alt=""><figcaption><p>Statement descriptor</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/card-payments/airwallex.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.
