Change in creation of check accounts
- One minute read - 95 wordsWe are introducing new endpoints for the creation of check accounts, they are now tailored better to their specific use cases.
Status Quo:
Creating check accounts via is done via POST request to endpoint /api/v1/CheckAccount - this is now marked deprecated.
Future:
There are dedicated endpoints for the specific use cases available:
- File import account: POST /api/v1/CheckAccount/Factory/fileImportAccount
- Clearing account: POST /api/v1/CheckAccount/Factory/clearingAccount
- POST /api/v1/CheckAccount/Factory/fileImportAccount
- POST /api/v1/CheckAccount/Factory/clearingAccount
Release: The new endpoints and documentation are already live. The old endpoint is marked deprecated and removal is planned for 17.09.2024 (4.188)