This API provides services to validate and to confirm bank account data, and to manage payment fraud cases
Bankaccount Data API (2)
https://idp.cdq.com/_mock/apis/bankaccount-data-api/api-v2/
https://api.corporate-data-league.ch/bankaccount-data/soap/v2/
https://api.corporate-data-league.ch/bankaccount-data/
Database Cleanup
Endpoints for cleaning up and resetting databases in test environments.
WARNING: These endpoints should ONLY be used in test/development environments. They permanently delete data and should never be exposed in production.
Use these endpoints to:
- Clear test data between test runs
- Reset database state for integration tests
- Clean up test fixtures
Bank Account Storages Management
Gather endpoints that provide functionalities for managing bank account storages. These functionalities include creating a new storage for bank account data, reading the details of a specific bank account storage identified by its storage ID, modifying the details of an existing bank account storage, deleting an existing bank account storage, and removing all bank account data from a specific storage.
Bank Account Verification
Gather endpoints that provide functionalities for verifying bank account data. These functionalities include confirming the reliability of given bank account data by CDL Trust Scores provided by other companies for the given bank account, curating the given bank account, and uploading bank accounts for batch confirmation.
Bank Accounts
Gather endpoints that provide functionalities for managing bank accounts. These functionalities include reading bank account data, upserting bank account data, deleting bank account data, creating a new data source, reading all data sources, reading a data source by ID, and deleting a data source by ID.
Fraud Case Management
Gather endpoints that provide functionalities for managing fraud cases. These functionalities include creating a new fraud case, reading the details of a specific fraud case identified by its case ID, modifying the details of an existing fraud case, deleting an existing fraud case, and removing all fraud case data from a specific storage.
System Banks
Gather endpoints that provide functionalities for managing system banks. These functionalities include reading system banks, upserting system bank data, deleting system bank data, creating a new data source, reading all data sources, reading a data source by ID, and deleting a data source by ID.
Defines the attributes to sort by. The result is sorted in ascending order. To use descending order use prefix -. Sorting is available only for a single attribute. Available options: * creationTimestamp * dateOfAttack * businessPartnerCountryCode * bankCountryCode * internationalBankAccountIdentifier * type * confirmationState
The date from which shows created cases. Must be used together with createdTo.
The date to which shows created cases. Must be used together with createdFrom.
The date from which shows reported attack. Must be used together with dateofAttackedTo.
The date to which shows reported attack. Must be used together with dateofAttackedFrom.
Filter by confirmation state.
Filter by business partner name.
Show only fraud cases of my organisation.
Classification used to filter results.
- Mock server
https://idp.cdq.com/_mock/apis/bankaccount-data-api/api-v2/v2/fraudcases
- Production SOAP
https://api.corporate-data-league.ch/bankaccount-data/soap/v2/v2/fraudcases
- Production
https://api.corporate-data-league.ch/bankaccount-data/v2/fraudcases
curl -i -X GET \
https://idp.cdq.com/_mock/apis/bankaccount-data-api/api-v2/v2/fraudcases \
-H 'X-Credential-Username: 87b1bdb1-ba87-4522-b363-c5a0e6e917b3'{ "page": "0", "pageSize": "20", "numberOfPages": "10", "recordCount": "2000", "sortField": "dateOfAttack", "ascending": "true", "fraudCases": [ { … } ] }