# SecurePay

## SecurePay

- [Introduction](https://docs.securepay.my/master.md): Guide for user, merchant and developer
- [API](https://docs.securepay.my/api.md)
- [Introduction](https://docs.securepay.my/api/introduction.md): Guide for merchant and developer
- [Validate](https://docs.securepay.my/api/validate.md): Validate the merchant credentials
- [Merchant](https://docs.securepay.my/api/merchant.md)
- [Bank List](https://docs.securepay.my/api/merchant/bank-list.md): Guide for merchant. Open bank list
- [FPX Payment](https://docs.securepay.my/api/merchant/payment.md): For merchant
- [Partner](https://docs.securepay.my/api/partner.md): Partner
- [List](https://docs.securepay.my/api/partner/partner-list.md): Below are our verified partners
- [Bank List](https://docs.securepay.my/api/partner/bank-list.md): Guide for partner. Only partner can access bank list.
- [FPX Payment](https://docs.securepay.my/api/partner/payment.md): For partner
- [Payment Session (beta)](https://docs.securepay.my/api/payment-session-beta.md): Merchant or partner can create payment session and access the generated URL to perform payment collection
- [Introduction](https://docs.securepay.my/api/payment-session-beta/introduction.md): Guide for merchant and developer
- [Create Payment Session](https://docs.securepay.my/api/payment-session-beta/payment.md)
- [Callback and Redirect URL](https://docs.securepay.my/api/url.md)
- [Transactions](https://docs.securepay.my/api/transactions.md)
- [Status](https://docs.securepay.my/api/transactions/transactions-status.md)
- [List](https://docs.securepay.my/api/transactions/list.md): Merchant can fetch their transactions.
- [Search](https://docs.securepay.my/api/transactions/search.md): Merchant can search any transactions
- [List (deprecated and no longer available)](https://docs.securepay.my/api/transactions/transactions-list.md): Merchant can fetch their transactions. This endpoint is no longer available, please refer to new one.
- [Guides](https://docs.securepay.my/guides.md)
- [Create Account](https://docs.securepay.my/guides/create-account.md): Tutorial how to create account
- [Referral](https://docs.securepay.my/guides/referral.md): Merchant can introduce SecurePay to other and we will reward you. E.g: We will give you SecurePay Tshirt and more perks to come.
- [Premium Domain](https://docs.securepay.my/guides/premium-domain.md)
- [Settlement](https://docs.securepay.my/guides/settlement.md): Ts. Amir Haris explains about settlement. At this moment the settlement period is T+1 (next business day).
- [FPX Credit Card](https://docs.securepay.my/guides/fpx-credit-card.md)
- [Payment Form](https://docs.securepay.my/guides/payment-form.md)
- [Create a form to receive payment](https://docs.securepay.my/guides/payment-form/create-a-form-to-receive-payment.md)
- [Create custom fields](https://docs.securepay.my/guides/payment-form/add-custom-fields.md)
- [Enable Quantity, Billing/Shipping fields](https://docs.securepay.my/guides/payment-form/enable-quantity-billing-shipping-fields.md)
- [Payment mode](https://docs.securepay.my/guides/payment-form/payment-mode.md)
- [Enable amount selection](https://docs.securepay.my/guides/payment-form/enable-amount-selection.md)
- [API](https://docs.securepay.my/guides/api.md)
- [Settlement](https://docs.securepay.my/settlement.md)
- [Plugins](https://docs.securepay.my/plugins.md)
- [WooCommerce](https://docs.securepay.my/plugins/woocommerce.md)
- [Payment Service Agent (PSA)](https://docs.securepay.my/payment-service-agent-psa.md)
- [Change Logs](https://docs.securepay.my/change-logs.md): Start from 14 June 2021, changes will be documented


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.securepay.my/master.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.
