ConsentId | string or null <guid> The consent ID for which to retrieve accounts |
UserId | string or null <guid> The User ID for which to retrieve accounts |
ExternalUserId | string or null The External User ID for which to retrieve accounts |
Page | integer <int32> |
Size | integer <int32> |
[- {
- "id": "string",
- "iban": "string",
- "providerAccountId": "string",
- "accountHolder": "string",
- "bban": "string",
- "currency": "string",
- "accountBalance": {
- "currency": "string",
- "date": "2019-08-24T14:15:22Z",
- "amount": 0
}
}
]
Id required | string <guid> The Account ID for which to get information about |
{- "id": "string",
- "iban": "string",
- "providerAccountId": "string",
- "accountHolder": "string",
- "bban": "string",
- "currency": "string",
- "accountBalance": {
- "currency": "string",
- "date": "2019-08-24T14:15:22Z",
- "amount": 0
}
}