Skip to content

Instantly share code, notes, and snippets.

@maxalmonte14
Last active July 27, 2023 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxalmonte14/b694ec91a86f5924e99b2f9eea491556 to your computer and use it in GitHub Desktop.
Save maxalmonte14/b694ec91a86f5924e99b2f9eea491556 to your computer and use it in GitHub Desktop.
ING /v3/accounts 200 response
{
"accounts": [
{
"resourceId": "7de0041d-4f25-4b6c-a885-0bbeb1eab220",
"iban": "NL69INGB0123456789",
"name": "A. Van Dijk",
"product": "Current Account",
"currency": "EUR",
"_links": {
"balances": {
"href": "/v2/accounts/7de0041d-4f25-4b6c-a885-0bbeb1eab220/balances"
},
"transactions": {
"href": "/v2/accounts/7de0041d-4f25-4b6c-a885-0bbeb1eab220/transactions"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment