{
"key": "string", // Merchant key, available in dashboard profile section
"order_id": "string", // Order ID for which settlement is to be split
"split_details": [
{
"vendor_id": "string", // Vendor ID
"amount": "string" // Amount to be settled (in paise/cents)
}
]
}
{
"status": true,
"message": "Settlement split successfully",
"split_id": "string"
}
{
"status": false,
"error": {
"message": "Invalid request",
"code": 400
}
}