This API provides services to validate and to confirm bank account data, and to manage payment fraud cases
Bankaccount Data API (2)
https://developer.cdq.com/_mock/apis/bankaccount-data-api/api-v2/
https://api.cdq.com/bankaccount-data/rest/
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.
The minimum matching score that a bank must have to be included in the result set. Default: 0.0.
The maximum number of candidates that should be returned.
The number of results that should be fetched. Maximum 1000 results can be returned in one page. Default: 10.
- Mock server
https://developer.cdq.com/_mock/apis/bankaccount-data-api/api-v2/banks/lookup
- Production
https://api.cdq.com/bankaccount-data/rest/banks/lookup
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X POST \
https://developer.cdq.com/_mock/apis/bankaccount-data-api/api-v2/banks/lookup \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"bank": {
"names": [
{
"value": "Deutsche Bank"
}
],
"identifiers": [
{
"value": "DEUTDEFF",
"type": {
"technicalKey": "CH_VAT_ID"
}
}
],
"addresses": [
{
"thoroughfares": [
{
"value": "Musterstraße 12",
"number": "12"
}
],
"localities": [
{
"value": "Wrocław"
}
],
"postCodes": [
{
"value": "59400"
}
],
"country": {
"shortName": "DE"
}
}
]
},
"matchingThreshold": "0.5",
"maxCandidates": "50",
"pageSize": "100",
"page": "0"
}'
{ "pageSize": "100", "totals": "67", "page": "1", "values": [ { … } ] }
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.