openbankproject_client.standing_order module

Standing Order endpoints for the OpenBankProject API Client.

class openbankproject_client.standing_order.StandingOrderEndpoints(client)[source]

Bases: object

Standing Order-related API endpoints.

__init__(client)[source]

Initialize the endpoint group.

Parameters:

client – OpenBankProjectClient instance

create_standing_order(bank_id: str, account_id: str, view_id: str, data: Dict) Dict[source]

Create Standing Order.

Parameters:
  • bank_id – Bank identifier

  • account_id – Account identifier

  • view_id – View identifier

  • data – Standing order data

Returns:

Dict containing created standing order information

create_standing_order_management(bank_id: str, account_id: str, data: Dict) Dict[source]

Create Standing Order (management).

Parameters:
  • bank_id – Bank identifier

  • account_id – Account identifier

  • data – Standing order management data

Returns:

Dict containing created standing order information