Checkout with Payment Split
You can automatically split the received amount between different Asaas accounts.
Simple example:
"splits": [
{
"walletId": "WALLET_ID_1",
"fixedValue": 100.00
},
{
"walletId": "WALLET_ID_2",
"percentualValue": 50
}
]
With this configuration, when the payment is received, Asaas will automatically split the amount between the specified wallets:
- Wallet 1 will receive a fixed amount of R$ 100.00
- Wallet 2 will receive 50% of the remaining amount
Updated about 9 hours ago