PaymentPayoutSplitResultDto
Represents payout split results for multi-party payments
connected_platform_fee_amountintegerRequired
The connected platform fee amount in smallest currency unit
gateway_fee_amountintegerRequired
The gateway fee amount in smallest currency unit
gross_amountintegerRequired
The gross amount before fees in smallest currency unit
line_idFlakeIdRequired
net_amountintegerRequired
The net amount after all fees in smallest currency unit
platform_fee_amountintegerRequired
The platform fee amount in smallest currency unit
tax_amountintegerRequired
The tax amount in smallest currency unit
user_idFlakeIdRequired
Example
{
"connected_platform_fee_amount": 100,
"gateway_fee_amount": 320,
"gross_amount": 10000,
"line_id": "411486491630370816",
"net_amount": 8230,
"platform_fee_amount": 500,
"tax_amount": 850,
"user_id": "411486491630370816"
}