Last active
November 23, 2018 18:49
-
-
Save lchanmann/4ed05219c884e79088108f823d2dd54c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"HttpStatusCode":200, | |
"Accounts":[ | |
{ | |
"Transactions":[ | |
{ | |
"Date":"2018-11-20", | |
"Code":null, | |
"Description":"ABC", | |
"Debit":50.00, | |
"Credit":null, | |
"Balance":1100.00, | |
"Id":"3da5bc43-8ab1-4c43-97ca-3461f5b50bbb" | |
}, | |
{ | |
"Date":"2018-11-01", | |
"Code":null, | |
"Description":"XZY", | |
"Debit":null, | |
"Credit":100.00, | |
"Balance":1000.00, | |
"Id":"085aeaa8-5018-41c9-aab8-7d1b6921b381" | |
} | |
], | |
"TransitNumber":"12345", | |
"InstitutionNumber":"123", | |
"OverdraftLimit":300.00, | |
"Title":"MY ACCOUNT", | |
"AccountNumber":"1234567", | |
"Balance":{ | |
"Available":null, | |
"Current":1100.00, | |
"Limit":null | |
}, | |
"Category":"Operations", | |
"Type":"Chequing", | |
"Currency":"CAD", | |
"Holder":{ | |
"Name":"JOHN DOE", | |
"Address":{ | |
"CivicAddress":"1275 avenue des Canadiens-de-Montréal", | |
"City":"Montréal", | |
"Province":"QC", | |
"PostalCode":"H3B 5E8", | |
"POBox":null, | |
"Country":null | |
}, | |
"Email":"[email protected]", | |
"PhoneNumber":"(514) 333-7777" | |
}, | |
"Id":"d0bb9968-81b5-4a43-50d4-08d536758fc5" | |
} | |
], | |
"Login":{ | |
"Username":"greatday", | |
"IsScheduledRefresh":false, | |
"LastRefresh":"2018-11-23T18:32:13.9237282Z", | |
"Id":"a3e47241-8470-4bba-5098-08d64b388193" | |
}, | |
"Institution":"TD", | |
"RequestId":"7469ed7f-09af-4cff-9cb6-76226b3c8871" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment