TD Bank · Example Payload

Td Bank Customer Example

Account AggregationAMLAkoyaBankingBank Secrecy ActBill PaymentConsentConsumer BankingFDXFinancial ServicesMerchant SolutionsNotificationsOpen BankingPaymentsRewardsTax FormsToken ManagementTransactions

Td Bank Customer Example is an example object payload from TD Bank, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

customerIdnameaddressestelephonesemail

Example Payload

Raw ↑
{
  "customerId": "td-cust-77231",
  "name": {
    "first": "Jordan",
    "middle": "A",
    "last": "Rivera"
  },
  "addresses": [
    {
      "line1": "1812 Beacon St",
      "city": "Brookline",
      "region": "MA",
      "postalCode": "02445",
      "country": "US",
      "type": "HOME"
    }
  ],
  "telephones": [
    { "number": "+1-617-555-0144", "type": "MOBILE" }
  ],
  "email": [
    { "email": "jordan.rivera@example.com", "type": "PRIMARY" }
  ]
}