PayNow

PaymentPayoutSplitRuleSplitDto

Represents a single split configuration within a payout split rule

platform_fee_percentageintegerRequired
The platform fee percentage applied to this split (in basis points)
user_idFlakeIdRequired
percentageintegerOptional
The percentage of the line amount this user receives (in basis points, e.g., 5000 = 50%)
Example
{
  "platform_fee_percentage": 500,
  "user_id": "411486491630370816",
  "percentage": 5000
}