Settlement Management
Split Settlement
This API allows you to split settlements for an order.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"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
}
}
