# API

- [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.


---

# 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.securepay.my/api.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.
