Fetch the bank accounts of the current user
Fetch the bank accounts of the current user.
Path parameters
-
User id
GET /users/{user_id}/bank_accounts
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/bank_accounts
Response examples (200)
{
"id": "string",
"iban": "string",
"bic": "string",
"bank_name": "string",
"account_owner": "string"
}
Response examples (200)
{
"id": "string",
"iban": "string",
"bic": "string",
"bank_name": "string",
"account_owner": "string"
}