TD Bank · Example Payload

Td Bank Token Example

Account AggregationAMLAkoyaBankingBank Secrecy ActBill PaymentConsentConsumer BankingFDXFinancial ServicesMerchant SolutionsNotificationsOpen BankingPaymentsRewardsTax FormsToken ManagementTransactions

Td Bank Token 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

access_tokenrefresh_tokentoken_typeexpires_inscope

Example Payload

Raw ↑
{
  "access_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6InRkLW9wZW4tYmFua2luZy0xIn0...REDACTED",
  "refresh_token": "rt_4f7c81b3-2c00-4a4f-8d8c-b0b1...REDACTED",
  "token_type": "Bearer",
  "expires_in": 3600,
  "scope": "accounts_basic_read accounts_detailed_read transactions_read customer_contact_read"
}