> For the complete documentation index, see [llms.txt](https://developer.senangpay.my/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.senangpay.my/integration-api.md).

# Integration API

An integration API (application programming interface) is a collection of protocols and tools designed to enable different software applications to interact and function together seamlessly. It specifies the methods and data formats for requesting and exchanging information, providing a standardised framework for integrating various systems.

This allows developers to link diverse software solutions, automate workflows and ensure smooth data transfer across platforms. With this, businesses can streamline operations, enhance functionality and boost overall efficiency.

At senangPay, we offer several types of integration APIs. For more details, please click the links below.

{% content-ref url="/pages/GM8qeZKrwnabzKBxP3RE" %}
[Manual Integration API (Open API)](/integration-api/manual-integration-api-open-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/mCSMKPP3sMQO3ba7l55k" %}
[API for Recurring Payment](/integration-api/api-for-recurring-payment.md)
{% endcontent-ref %}

{% content-ref url="/pages/g0twece8zuOLOZWaAPCu" %}
[Tokenisation API](/integration-api/tokenisation-api.md)
{% endcontent-ref %}


---

# 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://developer.senangpay.my/integration-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.
