latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Data v1.Business Account Verification

Get Business Account Verification Report

Returns a business account verification response

get/data/v1/business-account-verification-reports/{id}

Path parameters

idstring required

Report id

Response

Successful.

createdinteger required

The UNIX epoch timestamp represents the creation date and time of the report.

externalReferencestring

An external reference identifier given by the client in the Account Check Tink Link session or Tink Link query.

idstring required

Tink unique identifier for the account report. Generated at the moment of report creation.

Example response

{
  "created": 1455740874875,
  "externalReference": "ext-abc-123",
  "id": "6e68cc6287704273984567b3300c5822",
  "userDataByProvider": [
    {
      "accounts": [
        {
          "accountIdentifiers": {
            "ach": {
              "accountNumber": "0123456789",
              "routingNumber": "021000021",
              "wireRoutingNumber": "021000021"
            },
            "iban": {
              "bic": "DABASESX",
              "iban": "SE7921000813610123456789"
            }
          },
          "accountNumber": "1234-123456789",
          "accountType": "SAVINGS",
          "commercialName": "Commercial name",
          "currencyCode": "EUR",
          "customerSegment": "PERSONAL",
          "holderName": "John Doe",
          "iban": "SE7921000813610123456789",
          "id": "a6bb87e57a8c4dd4874b241471a2b9e8",
          "name": "John's account",
          "parties": [
            {
              "identity": {
                "name": "John Doe",
                "ssn": "19670220-1234"
              },
              "role": "HOLDER"
            }
          ]
        }
      ],
      "financialInstitutionName": "Bank Name",
      "identity": {
        "addresses": [
          {
            "city": "London",
            "countryCode": "US",
            "subdivision": "Ohio",
            "type": "PO_BOX"
          }
        ],
        "dateOfBirth": "1967-02-20",
        "emails": [
          {
            "address": "test@example.com",
            "type": "PRIMARY"
          }
        ],
        "name": "John Doe",
        "phoneNumbers": [
          {
            "number": "+1 206 555 0100",
            "type": "PRIMARY"
          }
        ],
        "ssn": "19670220-1234"
      },
      "providerName": "se-bank-oauth",
      "updated": 1455740124123
    }
  ]
}