Last active
July 27, 2023 19:58
-
-
Save maxalmonte14/b694ec91a86f5924e99b2f9eea491556 to your computer and use it in GitHub Desktop.
ING /v3/accounts 200 response
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
{ | |
"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