Get account verification report
Get the account verification report using a unique code from a successful open banking connection. This report provides identity verification and bank account details.
The unique code you receive after a successful open banking flow that is included as a query parameter in the redirectUrl
callback.
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
200 - OK
The request has succeeded.
accountsarray[object]A list of bank accounts with their respective information.
accountIdstringThe unique identifier for the bank account.
accountNamestringThe name of the bank account. This name is assigned by the banking institution, and it describes the type of bank account.
accountNumberstringThe account number of the bank account.
accountTypestringThe type of the bank account. Possible values are CURRENT, SAVINGS, BUSINESS, CREDIT_CARD, LOAN, UNKNOWN.
bankNamestringThe name of the banking institution where the bank account is held.
currencystringThe currency of the funds in the bank account.
identifiersobjectContains various codes and details used to uniquely identify the bank account across different regions.
achobjectIdentifiers relevant for Automated Clearing House (ACH) payments, primarily used in the United States.
accountLastDigitsstringThe last digits of the account number. If the accountNumber is tokenized, this field contains the last digits of the non-tokenized account number. This helps users verify the account without seeing the full number.
accountNumberstringThe account number of the bank account.
isTokenizedbooleanIndicates whether the account number is tokenized. A tokenized account number is a unique ID generated by a bank to protect the user's actual account number.
routingNumberstringThe routing number, without separators or whitespace.
bacsobjectIdentifiers relevant for Bankers' Automated Clearing Services (BACS) payments, primarily used in the United Kingdom.
accountNumberstringThe account number of the bank account.
sortCodestringA number that identifies the specific bank and branch where a UK bank account is held.
bsbobjectIdentifiers relevant for Australian banking, specifically for BSB (Bank-State-Branch) numbers.
accountNumberstringThe account number of the bank account.
bsbCodestringThe BSB (Bank-State-Branch) code.
eftobjectIdentifiers relevant for Electronic Funds Transfer (EFT) payments, commonly used in Canada.
accountNumberstringThe account number of the bank account.
branchstringIdentifies the specific branch where the account is held within the Canadian banking system.
institutionstringThe financial institution that identifies the bank in Canada.
ibanobjectThe international bank account number as defined in the ISO-13616 standard.
bbanstringThe Basic Bank Account Number (BBAN) component of the IBAN.
bicstringBIC of a bank account.
ibanstringThe international bank account number as defined in the ISO-13616 standard. This is the national identifier for the bank account, following the country-specific format, and is part of the full IBAN.
rixobjectIdentifiers relevant for the Rix (Russian Interbank eXchange) system, used for interbank payments within Russia.
accountNumberstringThe account number of the bank account.
clearingNumberstringThe 4- to 5-digit clearing number, without separators or whitespace.
partiesarray[object]Contains details of all parties associated with the report.
identityobjectContains the identity details of the party.
fullLegalNamestringThe complete legal name of the individual or entity.
namestringA commonly used or human-readable name for the individual or entity.
rolestringSpecifies a role or capacity of the party in relation to the bank account.
countrystringThe location where the third-party individual's bank account is registered.
idstringThe unique identifier for the specific report.
400 - Bad Request
The request is malformed or is not in the expected format.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
401 - Unauthorized
The API credential used in the request is invalid or does not have the right permissions.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
404 - Not Found
The entity was not found.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
422 - Unprocessable Entity
A request validation error.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
429 - Too Many Requests
Request rate limit exceeded.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.
500 - Internal Service Error
An unrecoverable error occurred while trying to perform the request.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringUnique business error code.
instancestringA URI that identifies the specific occurrence of the problem if applicable.
invalidFieldsarray[object]Array of fields with validation errors when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringThe unique reference for the request.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the validation error type. It points to human-readable documentation for the problem type.