/GetAccountsDetail

To successfully call this endpoint, you must first call the /Authorize endpoint to obtain a valid requestId.

Accounts Detail

/GetAccountsDetail returns you the following information about each of the accounts linked to the session:

Personal InformationAccount InformationTransaction History
Name
Address
Civic Address
City
Province
Postal Code
PO Box
Country
E-mail
Telephone Number
Title
Balance
Transit Number
Institution Number
Account Number
Category and Type
Transaction Date
Transaction Description
Credit or Debit Amount
Current Balance

Next steps after receiving a 202 response

You will likely receive a 202 HTTP Response after initially calling /GetAccountsDetail. This is expected and it means that the data is still processing.

To retrieve this data when it's finished processing, initiate a call the /GetAccountsDetailAsync endpoint when you get a 202 response.

For more information about how to do this, see /GetAccountsDetailAsync.

❗️

You must set up your server to handle a 202 response.

Language
URL