Skip to main content

Python Client SDK Generated by Speakeasy

Project description

codat-bankfeeds

SDK Installation

pip install codat-bankfeeds

SDK Example Usage

import bankfeeds
from bankfeeds.models import operations, shared

s = bankfeeds.BankFeeds(
    security=shared.Security(
        auth_header="YOUR_API_KEY_HERE",
    ),
)


req = operations.CreateBankFeedRequest(
    request_body=[
        operations.CreateBankFeedBankFeedBankAccount(
            account_name="deserunt",
            account_number="porro",
            account_type="Debit",
            balance=6027.63,
            currency="vero",
            feed_start_date="2022-08-30T08:21:42.138Z",
            id="nulla",
            modified_date="2022-10-13T14:19:20.227Z",
            sort_code="fuga",
            status="facilis",
        ),
        operations.CreateBankFeedBankFeedBankAccount(
            account_name="eum",
            account_number="iusto",
            account_type="Unknown",
            balance=8917.73,
            currency="inventore",
            feed_start_date="2022-03-30T11:51:09.512Z",
            id="enim",
            modified_date="2022-10-28T06:35:26.043Z",
            sort_code="voluptatum",
            status="autem",
        ),
        operations.CreateBankFeedBankFeedBankAccount(
            account_name="vel",
            account_number="non",
            account_type="Credit",
            balance=5680.45,
            currency="reprehenderit",
            feed_start_date="2022-04-13T09:18:42.976Z",
            id="quo",
            modified_date="2023-02-19T07:15:44.400Z",
            sort_code="laboriosam",
            status="dicta",
        ),
    ],
    company_id="est",
    connection_id="voluptatem",
)
    
res = s.create_bank_feed(req)

if res.bank_feed_bank_accounts is not None:
    # handle response

SDK Available Operations

BankFeeds SDK

  • create_bank_feed - Create bank feed bank accounts
  • get_bank_account_push_options - List push options for bank account bank transactions
  • get_bank_feeds - List bank feed bank accounts
  • list_bank_account_transactions - List bank transactions for bank account
  • post_bank_transactions - Create bank transactions
  • 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.5.3.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

codat_bankfeeds-0.5.3-py3-none-any.whl (20.4 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