v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Get Split Settlement Rule API

get/v3/banking/manage_split_settlement

Query parameters

split_settlement_rule_urnstring

The URN generated when a split rule is created.

consumer_urnstring

The URN provided when a consumer generated against which the split rules where created

virtual_account_numberstring

The account number against which the split rules where created.

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.

Response

200

decentro_txn_idstring
api_statusstring
messagestring
response_keystring

Example response

{
  "decentro_txn_id": "F80AED94002C4DCAB9EFA8BB0586955A",
  "api_status": "SUCCESS",
  "message": "Split Settlement Rule fetched successfully.",
  "data": {
    "split_settlement_rule": [
      {
        "percentage": 70,
        "settlement_account_urn": "C97205D24D9F46BF81F72E7E5071CBE9"
      }
    ],
    "is_active": true,
    "consumer_urn": "84E9A23DFFA345C9ADC8CDBD9E5FE16A"
  },
  "response_key": "success_split_rule_fetched_successfully"
}