Skip to main content

Python Client SDK Generated by Speakeasy

Project description

codat-bankfeeds

SDK Installation

pip install codat-bankfeeds

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.CreateBankFeedRequest(
    request_body=[
        shared.BankFeedAccount(
            account_name="provident",
            account_number="distinctio",
            account_type="quibusdam",
            balance=6027.63,
            currency="nulla",
            feed_start_date="2022-10-23T00:00:00Z",
            id="corrupti",
            modified_date="2022-10-23T00:00:00Z",
            sort_code="illum",
            status="vel",
        ),
        shared.BankFeedAccount(
            account_name="error",
            account_number="deserunt",
            account_type="suscipit",
            balance=4375.87,
            currency="magnam",
            feed_start_date="2022-10-23T00:00:00Z",
            id="debitis",
            modified_date="2022-10-23T00:00:00Z",
            sort_code="ipsa",
            status="delectus",
        ),
        shared.BankFeedAccount(
            account_name="tempora",
            account_number="suscipit",
            account_type="molestiae",
            balance=7917.25,
            currency="placeat",
            feed_start_date="2022-10-23T00:00:00Z",
            id="voluptatum",
            modified_date="2022-10-23T00:00:00Z",
            sort_code="iusto",
            status="excepturi",
        ),
    ],
    company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
    connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
)
    
res = s.create_bank_feed(req)

if res.bank_feed_accounts is not None:
    # handle response

Available Resources and Operations

Codat SDK

  • create_bank_feed - Create bank feed bank accounts
  • create_bank_transactions - Create bank transactions
  • get_bank_feeds - List bank feed bank accounts
  • get_create_bank_account_model - List push options for bank account bank transactions
  • list_bank_account_transactions - List bank transactions for bank account
  • update_bank_feed - Update bank feed bank account

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-bankfeeds-0.8.5.tar.gz (17.2 kB view hashes)

Uploaded Source

Built Distribution

codat_bankfeeds-0.8.5-py3-none-any.whl (31.7 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