openbankproject_client.account_public module
Account Public endpoints for the OpenBankProject API Client.
- class openbankproject_client.account_public.AccountPublicEndpoints(client)[source]
Bases:
objectAccount Public-related API endpoints.
- __init__(client)[source]
Initialize the endpoint group.
- Parameters:
client – OpenBankProjectClient instance
- get_public_account_by_id(bank_id: str, account_id: str) Dict[source]
Get Public Account by Id.
- Parameters:
bank_id – Bank identifier
account_id – Account identifier
- Returns:
Dict containing public account information