openbankproject_client.account_holder module
Account Holder endpoints for the OpenBankProject API Client.
- class openbankproject_client.account_holder.AccountHolderEndpoints(client)[source]
Bases:
objectAccount Holder-related API endpoints.
- __init__(client)[source]
Initialize the endpoint group.
- Parameters:
client – OpenBankProjectClient instance
- get_account_holders_at_bank(bank_id: str) Dict[source]
Get Account Holders at Bank.
- Parameters:
bank_id – Bank identifier
- Returns:
Dict containing account holders information
- get_account_holders_by_account_id(bank_id: str, account_id: str) Dict[source]
Get Account Holders by Account Id.
- Parameters:
bank_id – Bank identifier
account_id – Account identifier
- Returns:
Dict containing account holders information