---
title: "Get Business Account Verification Report"
method: GET
path: "/data/v1/business-account-verification-reports/{id}"
tags: ["Data v1.Business Account Verification"]
---

# Get Business Account Verification Report

`GET /data/v1/business-account-verification-reports/{id}`

Returns a business account verification response

## Path parameters

- `id` string, required

## Response `200`

Successful.

- BusinessAccountCheckReportDto
  - `created` integer, required — The UNIX epoch timestamp represents the creation date and time of the report.
  - `externalReference` string — An external reference identifier given by the client in the Account Check Tink Link session or Tink Link query.
  - `id` string, required — Tink unique identifier for the account report. Generated at the moment of report creation.
  - `userDataByProvider` ProviderUserData[], required — The user data available by provider.
    - `accounts` AccountSummary[], required — Information pertaining to the accounts of the user.
      - `accountIdentifiers` AccountIdentifiers, required
        - `ach` AchAccountIdentifier
          - `accountNumber` string, required — The ACH account number.
          - `routingNumber` string, required — The financial institution routing number for the account.
          - `wireRoutingNumber` string — The financial institution wire routing number for the account, if available.
        - `bacs` BacsAccountIdentifier
          - `accountNumber` string, required — The BACS account number.
          - `sortCode` string, required — The sort code of the account.
        - `iban` IbanAccountIdentifier
          - `bban` string, required — BBAN represents a country-specific bank account number.
          - `bic` string — BIC bank number. This can be inferred from the IBAN, but some banks might require it for adding a beneficiary or will display it for existing accounts owned by the user.
          - `iban` string, required — IBAN represents an international bank account number.
        - `rix` RixAccountIdentifier
          - `accountNumber` string, required — The account number of the account.
          - `clearingNumber` string, required — The clearing number of the account.
      - `accountNumber` string, required — The number that the user would typically recognize as their account number, for example when selecting their account in a list.For card-based accounts where the card number is also the unique account identifier, this field contains the masked PAN.For US accounts, this field would typically contain the last 4 digits of the full account number.
      - `accountType` 'CHECKING, SAVINGS, CREDIT_CARD', required — Specifies the type of account.</br>Note: Since new types can be added as the product evolves, make sure your implementation is resiliently handling any unrecognized value returned in the API response.</br>Account types: </br>* `CHECKING`: A Checking account.</br>* `SAVINGS`: A Savings account.</br>* `CREDIT_CARD`: A Credit Card account.</br>Note: credit card accounts are only enabled if credit_cards are added as refreshable item, i.e. for Account Check and Transactions bundle flows.
      - `commercialName` string — The commercial name of the account set by the financial institution.
      - `currencyCode` string, required — ISO 4217 currency code.
      - `customerSegment` 'BUSINESS, PERSONAL, UNKNOWN' — Indicates whether the account belongs to a financial product offered to individuals or business customers.
      - `holderName` string — (DEPRECATED) Removed after 2025-11-14. For full information about all holders of the account see parties
      - `iban` string — (DEPRECATED): Removed after 2025-11-14. For IBAN see iban field in accountIdentifiers
      - `id` string, required — The internal identifier of account.
      - `name` string, required — Name of the account assigned by the account holder or by the financial institution.</br>This field is typically what the user recognises in their online banking app.
      - `parties` Party[], required — All persons and legal entities associated with the account as well as their relation to it.</br>An empty list will be returned when no parties are available for the account.
        - `identity` Identity, required
          - `name` string — Name of the party.
          - `ssn` string — Social security number or national identification number of the user.
        - `role` 'HOLDER, AUTHORIZED_USER, OTHER, UNKNOWN', required — The role of the party. Roles are defined as:<br/> `HOLDER`: A party that is legally responsible for the money of the account.<br/> `AUTHORIZED_USER`: A party that can operate the account, but it’s not legally the owner or responsible of the money of the account.<br/> `OTHER`: A party linked to the account that have a role that does not match any of the other documented roles, i.e a party with a role that is not an authorized user or a holder.<br/> `UNKNOWN`: Tink can not determine anything about the role. except that the party is associated with the specified account.
    - `financialInstitutionName` string, required — The name of the financial institution.
    - `identity` IdentitySummary, required
      - `addresses` AVRAddress[] — Addresses of the user.
        - `city` string, required — The city.
        - `countryCode` string — ISO 3166-2 country code.
        - `postalCode` string, required — The postal code.
        - `street` string, required — The street address.
        - `subdivision` string — The subdivision. In the U.S. this would be the state.
        - `type` 'BUSINESS,CORRESPONDENCE,DELIVERY_TO,MAIL_TO,PO_BOX,POSTAL,RESIDENTIAL,STATEMENT,UNKNOWN', required — The address type. Possible values:" + "BUSINESS: The address is the physical location of a business." + "CORRESPONDENCE: The address where correspondence is sent." + "DELIVERY_TO: The address to which delivery is to take place." + "MAIL_TO: The address to which mail is sent." + "PO_BOX: The address is a postal office (PO) box." + "POSTAL: The address is the complete postal addressDao." + "RESIDENTIAL: The address is the home addressDao." + "STATEMENT: The address where statements are sent." + "UNKNOWN: No information about address type was provided by the financial" + " institution.
      - `dateOfBirth` string — Date of birth of the user, ISO 8601 date format (YYYY-MM-DD).
      - `emails` AVREmail[] — Email addresses of the user.
        - `address` string, required — The email address.
        - `type` 'PRIMARY, SECONDARY, OTHER, UNKNOWN', required — The email type.
      - `name` string — Full name of the user.
      - `phoneNumbers` AVRPhoneNumber[] — Phone numbers of the user.
        - `number` string, required — The phone number.
        - `type` 'HOME, WORK, MOBILE, OTHER, UNKNOWN', required — The phone type.
      - `ssn` string — Social security number or national identification number of the user.
    - `providerName` string, required — The Tink name representing the financial institution
    - `updated` integer, required — The timestamp of when the report data was collected.

## Other responses

- `400` — Incorrect request parameters or user data missing.
- `404` — Could not find the report. Possible reasons, report was not successfully created, report has expired

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
