VA Balance Settlement

This API can be used to initiate a balance settlement request to move funds from all Virtual Accounts to Master Virtual Account.

Request can be initiated as per your internal fund settlement cycle to move balances to master VA.

🚧

Important Note

Please don't hit this API for the second and following time until you have received an email confirmation or notification for the first one.

curl --location --request POST 'https://in.staging.decentro.tech/v2/banking/account/virtual/balance_settlement' \
--header 'client_id: <YOUR_CLIENT_ID>' \
--header 'client_secret: <YOUR_CLIENT_SECRET>' \
--header 'module_secret: <YOUR_CORE_BANKING_MODULE_SECRET>' \
--header 'provider_secret: <YOUR_CHOSEN_PROVIDER_SECRET>'
{
  "decentroTxnId": "DCTRTXXXXXXXXXXXXXXXXX",
  "status": "SUCCESS",
  "responseCode": "S00000",
  "message": "Settlement request submitted successfully",
  "data": {}
}