Make Payouts

When funds arrive in the partners' wallet, it is up to the platform to determine when the payout should occur. Depending on the business case, some platforms may choose to release the funds immediately upon their arrival in the partners' wallet, while others may prefer to wait for a specific business rule to trigger the payout.

A payout transfers the funds from the partners' wallet to their configured bank account (set up during wallet creation).

To initiate a payout, invoke the Split Account Create Payment API with type = “PAYOUT”. When using the “PAYOUT” type, there's no need to specify the destination of the funds, as the system already knows the associated bank account from the wallet creation process.

The API call should specify the wallet from which you want to make the payout using the “fromWallet” parameter.

Split Account Create a Payment API.