This endpoint will perform a search with the supplied data against a bank or building society.
NOTE:- This endpoint will charge when a successful request is made to a bank or building society. This endpoint will charge when a result is returned. This includes charging if the no match is found.
All property fields need to be submitted with the request, if information for a specific property is not needed, it is required to pass an empty string.
{- "customerName": "string",
- "bankAccount": "string",
- "sortCode": "string",
- "accountType": "string",
- "secondaryReference": "string",
- "customerReference": "string"
}
{- "supplierRequestData": {
- "customerName": "string",
- "bankAccount": "string",
- "sortCode": "string",
- "accountType": "string",
- "secondaryReference": "string"
}, - "customerReference": "string",
- "supplierResponse": {
- "customerName": "string",
- "bankAccount": "string",
- "sortCode": "string",
- "returnedCustomerName": "string",
- "result": true,
- "resultText": "string",
- "nameMatchResult": "string",
- "accountTypeResult": true,
- "reasonCode": "string"
}, - "requestDatetime": "string",
- "requestId": "string"
}