API Documentation
Paytring Checkout Payment
Merchant Hosted Checkout Payment
Subscription Management
Payout Management
Settlement Management
Vendor Management
Settlement Management
Split Settlement
This API allows you to split settlements for an order.
Request Body
Copy
{
"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)
}
]
}
Responses
200 OK
Copy
{
"status": true,
"message": "Settlement split successfully",
"split_id": "string"
}
400 Bad Request
Copy
{
"status": false,
"error": {
"message": "Invalid request",
"code": 400
}
}
On this page
Assistant
Responses are generated using AI and may contain mistakes.