CreateCheckoutSessionLineManagementPayoutSplitDto
payout_idstringRequired
The ID of the user's payout balance.
percentageintegerOptional
The percentage of the line amount this user receives (in basis points, e.g., 5000 = 50%)
NOTE: The last payout split needs to have a null percentage set (so the remaining amount gets properly allocated)
platform_feeintegerOptional
The platform fee percentage applied to this split (in basis points)
Only applicable to platforms.
Example
{
"payout_id": "string",
"percentage": 5000,
"platform_fee": 500
}