> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/account-and-balance-management/faqs.md).

# FAQs

<details>

<summary>How could I onboard my user as a Sub-account?</summary>

you can create and update Sub-accounts by registering through the platform menu or using the provided API endpoints, make sure to map your user data with the Pivot Sub-account ID.&#x20;

</details>

<details>

<summary>Could I process payment and split them to my users automatically?</summary>

Yes, you can process payment and split the funds after settlement has been made to your Main Account. But, you need to state the split and routing configuration whenever creating a payment request, also it is limited only to payment requests through the API interface.

</details>

<details>

<summary>How is the Account and Balance management product usage charged? </summary>

* Pivot will only charge your Main Account, we won't charge the Sub-account directly. For example, a payment processed by your Sub-account will charge your Main Account for a specific amount. E.g. IDR 2,000 will be deducted from your Main Account.
* Other fees will be charged, such as Account and Balance management Transaction fee, Account and Balance management activity fee. It will be charged only when you use the specific features.

</details>

## **Assistance and Customer Support**

If you need further assistance and need to consult about your business use case or implementation do not hesitate to contact your Pivot contact or reach us at

* Email: <helpdesk@pivot-payment.com>
* Whatsapp / Phone: +62-811-1060-8258


---

# 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://pivot-payment.gitbook.io/pivot-docs/account-and-balance-management/faqs.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.
