Receive and Split Wallet Funds
Fondy enables platforms to manage and distribute funds between wallets. Once your platform wallet (default wallet) and partner wallets are set up and active, you can begin receiving and splitting funds.
Platform Wallet
The Platform Wallet serves as the central account for:
- Settling all funds from your platform’s business activities.
- Distributing funds to partner wallets.
- Transferring platform commissions to your operational IBAN account.
Payment Types
The platform wallet supports two types of payments:
- Split: Transfer funds from the Platform Wallet to a partner’s wallet.
- Payout: Transfer the platform’s revenue to its operational IBAN account, provided by Fondy. You can also payout from partners' wallets to their bank accounts.
To lean more about about payouts, check the following pages:
Receive and Split funds
The process to receive funds into the platform wallet and split the funds to the partners' accounts consists of the following steps:
- Receive Funds: All funds are settled into the platform wallet. This acts as the primary account for receiving funds generated through platform transactions.
- Split Payments: You can transfer funds to your partners after receiving the funds in the platform wallet. To transfer the funds to your partners' wallets, you have to use the Flow API. To check all the details for executing this operation, access the Create Payment guide. To transfer the funds, you must provide the following details:
- Type:
"TRANSFER"
- fromWallet: The Platform Wallet Account ID.
- toWallet: The Partner Wallet Account ID.
- Type:
- Once the Split Payment is complete, the funds are immediately available in the partner’s wallet.
You can also transfer your platform’s revenue or commission to your operational IBAN account. Check the Withdraw to IBAN Account guide to learn how to execute this operation.
Monitoring Payments
After initiating a payment, you will receive a payment_id
. This ID can be used with Fondy Flow API to retrieve the payment details, verify the status, and confirm the transaction. Check the Get Payment from Wallet in Split Account guide to learn how to retrieve the payment data.
Updated about 1 month ago