# Accept Payment and Split (Multi-Party)

<figure><img src="/files/tzkZ1mdDfAkAmRwXbmDV" alt=""><figcaption></figcaption></figure>

## Suitable for&#x20;

Marketplace, Ride-hailing, Food delivery, Travel, Events Organizer

## Implementation Step

{% stepper %}
{% step %}

### Onboard your Partner as a Sub-account

* Define your Sub-account type\
  [KYC vs Non-KYC Account](/pivot-docs/account-and-balance-management/kyc-vs-non-kyc-account.md)
* Onboard your Sub-account
  * Via Dashboard\
    <https://dashboard.pivot-payment.com/platform>
  * Via API\
    [Sub-account Management](/pivot-docs/api-references/api-lists/account-and-balance/sub-account-management.md)
    {% endstep %}

{% step %}

### Start Accepting Payment

Choose your Payment Mode and Integration

[Accept Payment](/pivot-docs/payments/accept-payment.md)
{% endstep %}

{% step %}

### Split the Funds

Configure the funds scheme splitted to your selected Partner

[Split Payment and Routing](/pivot-docs/api-references/api-lists/account-and-balance/split-payment-and-routing.md)
{% endstep %}

{% step %}

### Withdrawal

Withdraw funds from your Sub-account's balance

* Via Dashboard:&#x20;
  * Log in to Pivot Dashboard as Sub-account
  * Withdraw your Sub-account's balance\
    [Accept a Payment](/pivot-docs/quick-start/accept-a-payment.md#withdraw-your-funds)
* Via API:
  * Select your source Sub-account balance to withdraw\
    [Activity on behalf-of Sub-account](/pivot-docs/api-references/api-lists/account-and-balance/sub-account-management/activity-on-behalf-of-sub-account.md)
  * Withdraw your Sub-account's balance\
    [Withdrawal](/pivot-docs/api-references/api-lists/account-and-balance/withdrawal.md)
    {% endstep %}
    {% endstepper %}


---

# 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://pivot-payment.gitbook.io/pivot-docs/solutions/business-as-platform/accept-payment-and-split-multi-party.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.
