post https://api.banking.netevia.dev/netevia/lockfinancialAccount/transfer/
This API allows partners to transfer funds to or from a customer's lockbox financial account. It provides controlled movement of funds while maintaining the restricted access model of the lockbox (i.e., customers cannot initiate transfers themselves).
Request:
- Method: POST
- URL: https://api.banking.netevia.dev/netevia/lockfinancialAccount/transfer/{profileId}
- Path Parameter: profileId – the unique identifier of the customer.
- Body: JSON payload specifying the source account, destination account (lockbox or main), and the transfer amount.
Use Case:
Partners can programmatically move funds into the lockbox to restrict customer access, or move funds out of the lockbox when restrictions are lifted or conditions are met (e.g., after dispute resolution or compliance clearance).
Note
Only the partner or authorized system can perform these transfers. This operation does not require customer confirmation.