> For the complete documentation index, see [llms.txt](https://docs.finpay.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finpay.id/readme.md).

# Welcome to Finpay

{% embed url="<https://www.youtube.com/watch?v=qs5mL_B5vLg>" %}

**Finpay** is a digital financial service under **PT Finnet Indonesia (Telkom Group)**. We’ve helped businesses go digital since **2006**. Finpay provides secure money movement and bill payment capabilities for merchants, platforms, and enterprises.

Whether you’re running an online store, managing enterprise transactions, or handling daily payouts, Finpay makes digital payments easier for your business — anytime, anywhere.

Visit documentation below to understand more about each of our product.

<table data-view="cards" data-full-width="true"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><h2>Payment Gateway</h2></td><td><a href="/spaces/wdWV5w9iOXHhU6klMx61/pages/HxXgcWQ7yYMbnO9JDH3B">/spaces/wdWV5w9iOXHhU6klMx61/pages/HxXgcWQ7yYMbnO9JDH3B</a></td></tr><tr><td align="center"><h2>Disbursement</h2></td><td><a href="/spaces/wdWV5w9iOXHhU6klMx61/pages/aOjs4gC5WzIpifbjuGsn">/spaces/wdWV5w9iOXHhU6klMx61/pages/aOjs4gC5WzIpifbjuGsn</a></td></tr><tr><td align="center"><h2>Bill Payment</h2></td><td><a href="/spaces/wdWV5w9iOXHhU6klMx61/pages/S6OIBiRH2bYADZwC09vy">/spaces/wdWV5w9iOXHhU6klMx61/pages/S6OIBiRH2bYADZwC09vy</a></td></tr><tr><td align="center"><h2>e-Money Linkage</h2></td><td><a href="/spaces/wdWV5w9iOXHhU6klMx61/pages/eCW4cL5Km31c5x5QHMzZ">/spaces/wdWV5w9iOXHhU6klMx61/pages/eCW4cL5Km31c5x5QHMzZ</a></td></tr><tr><td align="center"><h2>Mitra Finpay</h2></td><td><a href="/spaces/wdWV5w9iOXHhU6klMx61/pages/gjWftssygFiSwDyEMeRu">/spaces/wdWV5w9iOXHhU6klMx61/pages/gjWftssygFiSwDyEMeRu</a></td></tr></tbody></table>

{% hint style="info" %}
If you’re an **individual / small merchant** and want a ready-to-use portal, start with **Mitra Finpay**. If you’re a **company** or need **API integration**, start with **Finpay Dashboard** onboarding.
{% endhint %}

### Start here (recommended path)

1. Create a sandbox account in dashboard.finpay.id and read [Onboard to Finpay](/getting-started/registration.md).
2. Pick your product and integration method.
3. Test end-to-end flows in sandbox.
4. Activate your business to go live.

### Security and access

If you integrate via API, read the [Security](/security/overview.md) section early. IP whitelist and 2FA are common go-live requirements.


---

# 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://docs.finpay.id/readme.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.
