Split Wallet Funds

With funds available in the Platform wallet account, the platform can start making split payments to each wallet using the Split Account Create Payment API. This API supports various payment types.

For the Split functionality, the Create Payment API should specify type = “TRANSFER” and include both the “fromWallet” (Platform Wallet Account ID) and “toWallet” (Partner Wallet Account ID).


After submitting a Split Payment, the funds will become immediately available in the partner's wallet account.

When the API is invoked, the HTTPS response will provide the corresponding Payment ID. This ID can be used with the Get a Payment by ID API to retrieve the payment details.

Split Account Create a Payment API. request example:
Request creation of new partner wallet:

Split Account Create a Payment API.