> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/user-guides/advanced-guide/payments/uat.md).

# UAT platform (testing)

Without Stripe account, you may also try creating a payment field and doing test submissions on FormSG's testing platform (uat.form.gov.sg). Test credentials will be provided at the payment checkout page.&#x20;

{% tabs %}
{% tab title="Text tutorial" %}

### <img src="/files/j6GutTRDRrofXv3qKMKQ" alt="" data-size="line"> Text Tutorial: Payments on UAT

**Step 1: Login to** [**uat.form.gov.sg**](https://uat.form.gov.sg)

Do note that forms cannot be transferred to form.gov.sg.

**Step 2: Create Storage mode form**<br>

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

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

**Step 3: Click on form settings and go to payments section.**

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

**Step 4: Connect with Stripe.**

{% hint style="info" %}
Register with your official email at [dashboard.Stripe.com/register](https://dashboard.Stripe.com/register) to proceed. There are no charges associated with signing up and maintaining account.
{% endhint %}

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

**Step 5: Click on "Skip this form"**

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

You will be provided with a random Stripe business account ID.

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

Return to [creating payment field](/user-guides/advanced-guide/payments/payment-field.md) to learn about various settings.

{% hint style="info" %}
Some notes if you try UAT:

* While you can use FormSG to export payment results, Stripe has a powerful [dashboard ](https://dashboard.stripe.com)that allows you to view payment records, payouts and more, for **all forms** connected to the account!
* You need to complete the Stripe account set-up in order to customise the proof of payment (logo, color, organisation name), because these settings are configured on Stripe.
  {% endhint %}
  {% endtab %}
  {% endtabs %}


---

# 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://guide.form.gov.sg/user-guides/advanced-guide/payments/uat.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.
