This endpoint can be used to check the reliability of a company/bank details combination,
and ensure that the IBAN is not linked to a risk of fraud.
NOTE - There are a set of 'required' parameters for this endpoint, however please note the exceptions in the countryCode
description.
registrationId required | string registrationId of company |
countryCode required | string Country codes in iso-2 format The following counties do NOT support the |
bban | string Bank Account Number for countries where IBAN format doesn't support |
iban required | string Bank Account details in IBAN format |
bic | string Business/Bank Identifier Code to identify the bank/branch holding the account along with BBAN |
routingCode | string Routing Code to identify the bank/branch holding the account along with BBAN |
{- "@domain": "string",
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": "string",
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "score": 0,
- "classification": "string",
- "status": "string",
- "entity": {
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "paymentIdentity": {
- "iban": "string",
- "type": "string"
}, - "company": {
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "registrationId": "string",
- "name": "string",
- "legalPerson": true,
- "codeTva": "string",
- "typeId": "string",
- "countryCode": "string",
- "status": "string"
}, - "additionalProperties": {
- "vatRequestInfo": {
- "valid": true,
- "requestIdentifier": "string",
- "date": "2019-08-24"
}
}
}, - "issuerCompany": {
- "createdBy": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "lastModifiedBy": "string",
- "lastModifiedDate": "2019-08-24T14:15:22Z",
- "id": "string",
- "registrationId": "string",
- "name": "string",
- "typeId": "string",
- "countryCode": "string"
}, - "input": {
- "@input": "string",
- "paymentIdentity": {
- "iban": "string"
}, - "company": {
- "registrationId": "string",
- "countryCode": "string"
}
}, - "withDeferredResult": true,
- "byAPI": true,
- "byFTP": true,
- "workflow": "string",
- "reasons": [
- "string"
], - "reasonLabels": {
- "property1": "string",
- "property2": "string"
}
}