v1
latestOpenAPI 3.1.02026-07-2418201.6 MBManage VA Settlement
This API allows the platform to manage the settlement account to where the virtual account settlements are performed.
post/v3/banking/settlement_account_setup
Headers
client_idstring required
client_secretstring required
x_on_behalf_ofstring
Optional header that allows parent merchant to consume the API on behalf of sub-merchant.
Request body
Response
200
Example response
{
"decentro_txn_id": "B13CFE965925475195D9B815881DCFB2",
"api_status": "SUCCESS",
"message": "Settlement account details added successfully.",
"data": {
"settlement_account_details": [
{
"settlement_account_urn": "1084AADE38054137B9F01594754020D6",
"settlement_account_number": "89433454678320",
"settlement_account_ifsc": "ICIC0001302",
"settlement_account_name": "mock test",
"virtual_account_number": "4625250092951178"
}
]
},
"response_key": "success_settlement_account_added"
}