Transfer balance from account to account
Please note that this feature requires manual configuration. If you want to use it, please contact your CSM.
This operation enables transfer of balance from account A to account B. The balance is debited from the fromAccount and credited to the toAccount. The request will create two separate account level transactions, one debiting and one crediting that are visible in respective accounts.
The transactionType codes for the transactions are:
•A2AD
for the debiting transaction
•A2AC
for the crediting transaction
The transactions are posted in a consecutive manner, first the debiting transaction followed by the crediting transaction. If either accountId is invalid, either account status prevents posting of transactions or if the available balance in the fromAcccount is not sufficient, the operation will fail. If the first debiting transaction fails, the process will be discontinued, and the crediting transaction will not be performed (status
: DEBIT_FAILED
). If the debiting transaction is successful but the crediting transaction fails, the debiting transaction will be automatically reversed (status
: FAILED_BUT_REVERSED
).
Query Parameters
The audit user to log the request
Body
The body is of type object
.
Response
The response is of type object
.