post https://api.banking.netevia.dev/netevia/lockboxfinancialAccount/
This API allows partners to open a special financial account—referred to as a lockbox—for a specific customer profile. Funds transferred into a lockbox account cannot be withdrawn by the customer, making it ideal for use cases involving fund holds, compliance restrictions, or escrow-like scenarios.
Request:
- Method: POST
- URL: https://api.banking.netevia.dev/netevia/lockboxfinancialAccount/{profileId}
- Path Parameter: profileId – the unique identifier of the customer for whom the lockbox account is to be created.
Use Case:
Partners can use this endpoint to create restricted-access accounts that serve to freeze or safeguard funds temporarily. This is useful in cases such as fraud investigations, disputes, regulatory holds, or other business rules requiring limited account access.
Note
Only the partner or system administrator can move funds in/out of the lockbox. Customers have visibility of the balance but cannot initiate withdrawals.