Atto Developer Documentation (all)

Download OpenAPI description
Languages
Servers
UK Environment (Production)
https://uk.api.atto.co/
US Environment (Production)
https://us.api.atto.co/

Get Token

Operations

Connect Invitation

Operations

Get Consents

Operations

Bank Account Verification

Operations

Integration

In response to your call, you will receive a JSON object containing the verification result and optionally a reason of a failed verification.

We currently support IBAN or a bank code as account identifiers. Given below is a list of supported bank codes for a country/region.

Bank CodeRegion
Routing NumberUS, CA
Sort CodeUK
BICGlobal provided the bank is part of SWIFT. Please note not all banks will expose this even if they are part of the SWIFT network.

Trigger a bank account validation.

Request

Returns a result with an accompanying error code if validation is inconclusive.

Path
consentIdstringrequired

The consent ID to fetch the account information for

Body

Bank account details

accountHolderNamestringnon-emptyrequired

Individual associated with the target account

identifierobject(DirectID.Data.API.Models.AccountVerification.Request.Identifier)required
identifier.​ibanstring or null

International Bank Account Number (IBAN)

identifier.​bicstring or null

Bank Identifier Code (BIC) is the SWIFT Address assigned to a bank in order to send automated payments quickly and accurately to the banks concerned.

identifier.​bankCodestring or null

The national bank transit or transfer code used for identification of the bank assigned by a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK)

identifier.​accountNumberstring or null

The bank's unique identifier for the account

identifier.​countryCodestring or null

An ISO 3166-1 alpha-2 Country code for the account.

ignoreMiddleNamesboolean

Flag to indicate if matching with middle names is enabled

curl -i -X POST \
  'https://uk.api.atto.co/account-verification/v3/consents/{consentId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json-patch+json' \
  -d '{
    "accountHolderName": "string",
    "identifier": {
      "iban": "string",
      "bic": "string",
      "bankCode": "string",
      "accountNumber": "string",
      "countryCode": "string"
    },
    "ignoreMiddleNames": true
  }'

Responses

Account verification result. The result can be one of the following four statuses:

  • Pass - Account identifiers were found and name(s) were matched.
  • Fail - Account identifiers were found and name(s) were not matched.
  • Partial - Account identifiers were not found and name(s) were matched.
  • NA - Inconclusive result, please see the reason code for details.
Bodyapplication/json
resultstring(DirectID.Data.API.Models.AccountVerification.Response.AccountVerification)
Enum"Pass""Fail""NA""Partial"
reasonstring(DirectID.AccountVerification.Services.AccountVerificationError)
Enum"AccountIdentifierNotFound""PartyNameNotFound""NameOnlyMatch"
matchedAccountobject(DirectID.Data.API.Models.AccountVerification.Response.AccountIdentifier)
matchedAccountHolderNamestring or null

Account holder name returned by the provider that is used for matching with provided account details

Response
application/json
{ "result": "Pass", "reason": "AccountIdentifierNotFound", "matchedAccount": { "countryCode": "string", "accountNumber": "string", "bankCode": "string", "iban": "string", "bic": "string", "type": "Iban" }, "matchedAccountHolderName": "string" }

Bank Data

Operations

Income Verification

Operations

Affordability

Operations

Bank Data (stored)

Operations

Income Verification (stored)

Operations

Payment Account Confirmation

Operations

Affordability (stored)

Operations

Atto Score

Operations

Consumer Financial Health

Operations

Business Financial Health

Operations

Categorisation Engine

Operations

Income Verification Engine

Operations

Affordability Engine

Operations

Get Statement

Operations