> For the complete documentation index, see [llms.txt](https://v2.docs.securepay.my/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.docs.securepay.my/basics/payment-form.md).

# Payment Form

The **Payment Form** page allows you to create and manage custom payment collection forms. These forms can be shared with customers for quick and secure payments without the need for direct API integration.

### Key Features

* **Customizable Form** – Add your business name, description, and payment details.
* **Secure Payment** – Hosted on SecurePay’s sandbox/production environment to ensure compliance and safety.
* **Multiple Payment Methods** – Accept FPX, DuitNow, and other supported payment options.&#x20;
* **Redirection & Notifications** – Configure redirect URLs and callback URLs for seamless integration with your system.

### Creating a New Payment Form

1. Navigate to **Forms → Collections → New**.
2. Fill in the required details:
   * **Form Title** – Identifier for your payment form.
   * **Amount & Currency** – Set the default or allow customers to enter an amount.
   * **Description** – Purpose of the payment (e.g., Subscription, Invoice #123).
   * **Redirect URL** – Where the customer will be redirected after a successful payment.
   * **Callback URL** – Endpoint to receive server-to-server notifications.
3. Save the form.

### Sharing the Form

* Once created, you’ll receive a **unique payment form link**.
* Share this link directly with customers via email, SMS, or embed it in your website.

### Example Use Cases

* One-time payments (e.g., invoices, orders).
* Donations and fundraising.

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

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

<figure><img src="/files/M4Bw64r6k5I92Df3NVIg" alt=""><figcaption></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:

```
GET https://v2.docs.securepay.my/basics/payment-form.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.
