One Escrow
Transfer Funds Between VAs
Use this API to transfer funds between virtual accounts (VAs).
POST
Headers
Authorization header with tokens.
Body
application/json
It is the transfer amount.
Example:
1000.5
It is the unique ID of the payment instrument that you want to transfer the amount.
Example:
"YES_CONNECTED_484576_4f21dfa"
It is the unique ID of the payment instrument that you want the debit the transfer amount.
Example:
"YES_CONNECTED_484576_4f21dfb"
It is the unique ID to identify the transfer request.
Example:
"JUNOb23"
It is the additional remarks for the transfer.
Example:
"commission"
Response
200
application/json
Internal transfer successful
It displays the status of the request (SUCCESS/FAILURE).
Example:
"SUCCESS"
It displays the sub code of the request.
Example:
"200"
It displays the outcome of the request.
Example:
"FundSource Details Retrieved"
Response data.
Was this page helpful?