Skip to content

Instantly share code, notes, and snippets.

@rdougan
Created December 31, 2011 15:16
Show Gist options
  • Save rdougan/1544306 to your computer and use it in GitHub Desktop.
Save rdougan/1544306 to your computer and use it in GitHub Desktop.
Example response of rob_halifax - https://github.com/rdougan/rob_halifax
{
"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