ProductPayoutSplitDto
platform_feeintegerRequired
The platform fee percentage your platform receives, in basis points (500 = 5%).
user_idFlakeIdRequired
percentageintegerOptional
The percentage of the payment allocated to the user, in basis points (500 = 5%).
The last payout split must have this field set to `null` to receive the remaining portion.
Example
{
"platform_fee": 0,
"user_id": "411486491630370816",
"percentage": 0
}