latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Data v2.Account
REGION.US
Get Account
Returns an account for given user and id.
get/data/v2/accounts/{id}
Path parameters
idstring required
Account id to return
Response
A successful response.
Example response
{
"balances": {
"booked": {
"amount": {
"currencyCode": "EUR",
"value": {
"scale": "-3",
"unscaledValue": "19"
}
}
}
},
"dates": {
"lastRefreshed": "2020-12-15T12:16:58Z"
},
"financialInstitutionId": "6e68cc6287704273984567b3300c5822",
"id": "ee7ddbd178494220bb184791783f4f63",
"identifiers": {
"financialInstitution": {
"accountNumber": "SE6930000000011273547693"
},
"iban": {
"bban": "0000011273547693",
"iban": "SE6930000000011273547693"
},
"pan": {
"masked": "4000 12** **** 9010"
}
},
"name": "PERSONKONTO",
"type": "CHECKING"
}