Payment splitting
Used for splitting a payment. When requesting a payment, you must generate and pass the
split_data parameter.
split_data example
[
{
"service_id": "123-45",
"amount": 6000,
"description": "Gas payment",
"metadata": {
"note": "Service payment"
}
},
{
"service_id": "678-90",
"amount": 4000,
"description": "Water payment",
"metadata": {
"seller_id": "seller_001",
"order_id": "order_98765"
}
}
]
Parameter description
| Parameter name | Data type | Required | Description |
|---|---|---|---|
service_id |
string | Yes | Service Provider (SP) identifier |
amount |
integer | Yes | Amount to transfer to the SP, in kopecks |
description |
string | Yes | SP description |
metadata |
json | No | Set of additional parameters |