Created
December 31, 2011 15:16
-
-
Save rdougan/1544306 to your computer and use it in GitHub Desktop.
Example response of rob_halifax - https://github.com/rdougan/rob_halifax
This file contains 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
{ | |
"accounts": [ | |
{ | |
"figures": [ | |
{ | |
"Balance": 5046.0 | |
}, | |
{ | |
"Money available": 5024.3 | |
}, | |
{ | |
"Overdraft": 50.0 | |
} | |
], | |
"information": "11-88-99, 012345", | |
"name": "Current Account", | |
"transactions": [ | |
{ | |
"balance": 5046.0, | |
"date": "2011-12-01", | |
"is_credit": false, | |
"name": "STUPID BANK FEES", | |
"value": -50.0 | |
}, | |
... | |
] | |
}, | |
{ | |
"figures": [ | |
{ | |
"Available credit": 9100.0 | |
}, | |
{ | |
"Credit limit": 9100.0 | |
} | |
], | |
"information": "1234 5678 9101 1121", | |
"name": "ONE CARD", | |
"transactions": [] | |
} | |
], | |
"success": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment