Input:

For more details about this API input data type please refer to this article.


Output:

Path
Variable
Data Types
Description
HttpStatusCodeHttpStatusCodenumberA message that indicates whether or not that request can be fulfilled (See article)
AccountsAccountsobjectContains all retrieved user accounts
Accounts\TransactionsTransactionsobjectContains all retrieved transactions for that account
Accounts\Transactions\DateDatestring, nullTransaction date
Accounts\Transactions\CodeCodenumber, nullDeprecated field
Accounts\Transactions\DescriptionDescriptionstring, nullTransaction description as presented by the financial institution
Accounts\Transactions\DebitDebitnumber, nullTransaction debit amount
Accounts\Transactions\CreditCreditnumber, nullTransaction credit amount
Accounts\Transactions\BalanceBalancenumber, nullAccount balance after the transaction
Accounts\Transactions\IdIdstring, nullFlinks' transaction ID
Accounts\TransitNumberTransitNumberstring, nullThe number that identifies your financial institution's branch
Accounts\InstitutionNumberInstitutionNumberstring, nullThe number that identifies a financial institution
Accounts\TitleTitlestring, nullAccount title as presented by the financial institution
Accounts\AccountNumberAccountNumberstring, nullAccount number
Accounts\BalanceBalanceobjectContains the balance information for a given account
Accounts\Balance\AvailableAvailablenumber, nullBalance considering both posted and authorized transactions
Accounts\Balance\CurrentCurrentnumber, nullBalance considering posted transactions
Accounts\Balance\LimitLimitnumber, nullThe maximum amount a user can have debited from the account
Accounts\CategoryCategorystring, nullAccount categories: operations, credits, products, other. (See article)
Accounts\TypeTypestring, nullAccount types: checking, savings, credit card, TFSA, RRSP, unkown. (See article)
Accounts\CurrencyCurrencystring, nullAccount currency: only supported in CAD and USD
Accounts\HolderHolderobjectContains the account holder's information
Accounts\Holder\NameNamestring, nullAccount holder's name
Accounts\Holder\AddressAddressobject, nullContains the account holder's address
Accounts\Holder\Address\CivicAddressCivicAddressstring, nullAccount holder's civic address
Accounts\Holder\Address\CityCitystring, nullAccount holder's city
Accounts\Holder\Address\ProvinceProvincestring, nullAccount holder's province/state
Accounts\Holder\Address\PostalCodePostalCodestring, nullAccount holder's postal code
Accounts\Holder\Address\POBoxPOBoxstring, nullAccount holder's po box
Accounts\Holder\Address\CountryCountrystring, nullAccount holder's country
Accounts\Holder\EmailEmailstring, nullAccount holder's email
Accounts\Holder\PhoneNumberPhoneNumberstring, nullAccount holder's phone number
Accounts\IdIdstring, nullFlinks' account ID
LoginLoginobject, nullContains the login data
Login\UsernameUsernamestring, nullCard user name
Login\IsScheduledRefreshIsScheduledRefreshboolean, nullIf Nightly Refreshes are enabled for that card. (See article)
Login\LastRefreshLastRefreshstring, nullLast refresh date
Login\TypeTypestring, nullLogin type: personal, business
Login\IdIdstring, nullFlinks' Loginid is a unique key that represents that a connected account (See article)
InstitutionIdInstitutionIdnumber, nullFlinks' Financial Institution ID
InstitutionInstitutionstring, nullFinancial Institution name
RequestIdRequestIdstring, nullFlinks' RequestId is a unique key that can be used to make calls to other data retrieval endpoints (See article)


Related Article: