Xendit Split Payments
Split Xendit payments via Hyperswitch
Example with flat amount only:
{
"amount": 10000,
"currency": "IDR",
"confirm": true,
"split_payments": {
"xendit_split_payment": {
"multiple_splits": {
"name": "Marketplace Split",
"description": "Platform fee and merchant payment",
"routes": [
{
"flat_amount": 1000,
"currency": "IDR",
"destination_account_id": "platform_account_123",
"reference_id": "platform_fee"
},
{
"flat_amount": 9000,
"currency": "IDR",
"destination_account_id": "merchant_account_456",
"reference_id": "merchant_payment"
}
]
}
}
}
}Example with percentage amount
Constraints & Validation Logic
XenditSplitRequest Structure
MultipleSplits Parameters
XenditSplitRoute Parameters
SingleSplit Parameters
Split Payment Response Types
Response Processing Flow
Important Documentation Points
Refunds for Xendit Split Payments
Last updated
Was this helpful?

