v1

latestOpenAPI 3.0.12026-08-0674476716.0 KB
Account on File

Retrieve an Account on File

Retrieves an Account on File using its tokenizedAccountId.

get/tokenized-accounts/{tokenizedAccountId}

Path parameters

tokenizedAccountIdstring required

The tokenized account id.

Response

Successful response

Example response

{
  "accountDetails": {
    "iban": "GB29NWBK60161331926819",
    "bic": "BOFIIE2D",
    "name": "John Smith",
    "ultimateDebtorName": "John Smith",
    "address": {
      "addressLine": [
        "The Coach House"
      ],
      "streetName": "221B",
      "buildingNumber": "2C",
      "postCode": "TR26 1EZ",
      "townName": "Saint Ives",
      "state": "Cornwall",
      "country": "GB"
    }
  }
}