Skip to main content

Set up bank feeds from accounts in your application to supported accounting platforms.

Project description

Bank Feeds

Bank Feeds API enables your SMB users to set up bank feeds from accounts in your application to supported accounting platforms.

SDK Installation

pip install codat-bankfeeds

Example Usage

import codatbankfeeds
from codatbankfeeds.models import operations, shared

s = codatbankfeeds.CodatBankFeeds(
    security=shared.Security(
        auth_header="Basic BASE_64_ENCODED(API_KEY)",
    ),
)

req = operations.CreateBankAccountMappingRequest(
    request_body=operations.CreateBankAccountMappingBankFeedAccountMapping(
        feed_start_date='2022-10-23T00:00:00.000Z',
    ),
    company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
    connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
)

res = s.account_mapping.create(req)

if res.bank_feed_account_mapping_response is not None:
    # handle response
    pass

Available Resources and Operations

account_mapping

  • create - Create bank feed account mapping
  • get - List bank feed account mappings

companies

connections

  • create - Create connection
  • delete - Delete connection
  • get - Get connection
  • list - List connections
  • unlink - Unlink connection

source_accounts

transactions

Library 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-4.0.0.tar.gz (29.2 kB view hashes)

Uploaded Source

Built Distribution

codat_bankfeeds-4.0.0-py3-none-any.whl (71.9 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