v1
latestOpenAPI 3.1.02026-07-2418201.6 MBUpdate Split Settlement Rule API
put/v3/banking/manage_split_settlement
Headers
client_idstring required
Decentro assigned client_id during on boarding.
client_secretstring required
Decentro assigned client_secret during on boarding.
x_on_behalf_ofstring
Optional header that allows parent merchant to consume the API on behalf of sub-merchant.The child consumer URN value must be passed here.
Request body
Response
200
Example response
{
"decentro_txn_id": "42300FB0FA1A46428BDA4A9369DD24E7",
"api_status": "SUCCESS",
"message": "Split Settlement Rule updated successfully.",
"data": {
"split_settlement_rule_urn": "426BF8958FC64708A50258DC4C9DF5F4",
"split_settlement_rule": [
{
"amount": 10,
"settlement_account_urn": "B2071BE05A8442FBACDC9C7A7EAB12A4"
}
]
},
"response_key": "success_split_rule_updated_successfully"
}