TD Bank · Example Payload

Td Bank Consent Example

Account AggregationAMLAkoyaBankingBank Secrecy ActBill PaymentConsentConsumer BankingFDXFinancial ServicesMerchant SolutionsNotificationsOpen BankingPaymentsRewardsTax FormsToken ManagementTransactions

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

Top-level fields

consentIdstatusdurationTypedurationPeriodgrantedAtexpiresAtresources

Example Payload

Raw ↑
{
  "consentId": "td-cnst-2026-05-22-9d3b7e8a",
  "status": "ACTIVE",
  "durationType": "PERSISTENT",
  "durationPeriod": 365,
  "grantedAt": "2026-05-22T14:08:22Z",
  "expiresAt": "2027-05-22T14:08:22Z",
  "resources": [
    {
      "resourceType": "ACCOUNT",
      "accountId": "td-acct-100000001",
      "dataClusters": [
        "ACCOUNT_BASIC",
        "ACCOUNT_DETAILED",
        "TRANSACTIONS",
        "CUSTOMER_CONTACT",
        "STATEMENTS"
      ]
    }
  ]
}