Skip to main content

Python Client SDK Generated by Speakeasy

Project description

codat-banking

SDK Installation

pip install codat-banking

SDK Example Usage

import codat
from codat.models import operations, shared

s = codat.Codat(
    security=shared.Security(
        auth_header="YOUR_API_KEY_HERE",
    ),
)


req = operations.ListAccountBalancesRequest(
    company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
    connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
    order_by="-modifiedDate",
    page=1,
    page_size=100,
    query="corrupti",
)
    
res = s.account_balances.list_account_balances(req)

if res.account_balances is not None:
    # handle response

Available Resources and Operations

account_balances

  • list_account_balances - List account balances

accounts

  • get_account - Get account
  • list_accounts - List accounts

transaction_categories

  • get_transaction_category - Get transaction category
  • list_transaction_categories - List all transaction categories

transactions

  • get_transaction - Get bank transaction
  • list_bank_transactions - List banking transactions
  • list_transactions - List transactions

SDK Generated by Speakeasy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codat-banking-0.8.4.tar.gz (17.2 kB view hashes)

Uploaded Source

Built Distribution

codat_banking-0.8.4-py3-none-any.whl (35.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page