# Return Request History By ID This endpoint will return details of a past request by id. Endpoint: GET /localSolutions/GB/bankVerification/history/{id} Version: 1.10.9 Security: bearerToken ## Path parameters: - `id` (string, required) request id to fetch details ## Response 200 fields (application/json): - `supplierRequestData` (object) - `supplierRequestData.customerName` (string) Name of the customer queried with the the supplier - `supplierRequestData.accountType` (string) Type of account queried with the the supplier - `supplierRequestData.secondaryReference` (string) Secondary reference queried with the the supplier - `customerReference` (string) Your Customer reference - `supplierResponse` (object) - `supplierResponse.customerName` (string) Name of the customer returned by the supplier - `supplierResponse.returnedCustomerName` (string) A potential name of the customer returned by the supplier when the result is a close match returned by the supplier - `supplierResponse.result` (boolean) Whether the result is a match or not a match returned by the supplier - `supplierResponse.resultText` (string) A detailed result returned by the supplier, this includes details of a close match - `supplierResponse.nameMatchResult` (string) The name match result returned by the supplier. Values are "No Match", "Full" or "Close" - `supplierResponse.accountTypeResult` (boolean) The account type match returned by the supplier. When 'nameMatchResult' is "Full" or "Close" and this is false then this indicates that the "accountType" provided does not match - `supplierResponse.reasonCode` (string) A reason code returned by the supplier - `requestDatetime` (string) The date time this request was returned - `requestId` (string) A unique reference to your request used for querying the endpoints where {id} is required - `sortCodeDetails` (object) Provides additional information about the returned sort code. This property is only returned when an additional service line is active. Please contact your account manager for details about availability and enabling this feature. - `sortCodeDetails.sortCode` (string) The sorting code of the bank office. - `sortCodeDetails.bankName` (string) The full name of the owning bank. - `sortCodeDetails.branchName` (string) The full bank office title. - `sortCodeDetails.address` (object) - `sortCodeDetails.address.simpleValue` (string) The full address details of the bank office. - `sortCodeDetails.address.country` (string) The country the bank office resides in. - `sortCodeDetails.address.postCode` (string) Postal code for the full address line. - `sortCodeDetails.telephone` (string) The telephone number of the bank office. - `sortCodeDetails.bicCode` (string) The Bank Identifier Code (BIC) for the bank office. - `sortCodeDetails.chapsBicCode` (string) A CHAPS BIC code refers to the Bank Identifier Code (BIC) of a financial institution that is a participant in the CHAPS payment system in the United Kingdom. - `sortCodeDetails.paymentTypes` (object) - `sortCodeDetails.paymentTypes.chaps` (boolean) Indicates whether the bank office accepts CHAPS Sterling payments. - `sortCodeDetails.paymentTypes.cncccPayment` (boolean) Indicates whether the bank office participates in ICS and accepts C&CCC payments. - `sortCodeDetails.paymentTypes.directDebit` (boolean) Indicates whether the bank office accepts output of electronic DDIs. - `sortCodeDetails.paymentTypes.fasterPayments` (boolean) Indicates whether the bank office accepts FPS payments. - `sortCodeDetails.paymentTypes.paymentBacs` (boolean) Indicates whether the bank office accepts Bacs payments. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected