Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bank Feeds implementation feedback #982

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/bank-feeds/create-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ unlinkResponse, err := bankFeedsClient.Connections.Unlink(ctx, operations.Unlink

Finally, create a source account using our [Create source account](/bank-feeds-api#/operations/create-source-account) endpoint. It represents the company's actual financial account, savings account or credit card within Codat. We categorize accounts as a credit or a debit account type for standardization.

If you require several source bank accounts, simply use the same endpoint to create additional accounts for the existing accounting connection.

As an example, let's create a debit account. If the source account passes validation, you will receive a **synchronous response** with a `200` status code indicating a successful operation.

:::note UK-specific requirements
Expand Down
4 changes: 1 addition & 3 deletions docs/bank-feeds/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ Once you decide to build this flow with Bank Feeds API, you need to configure Co

## Enable Bank Feeds API

1. Open the <a href="https://app.codat.io" target="_blank">Codat Portal</a> and sign in.
2. Click on **Settings > Organizational settings > Products**.
3. In the list of products, find _Bank Feeds API_ and click **Enable**. Then, follow the on-screen prompt.
Reach out to your Codat account manager to enable Bank Feeds API for your client.

## Manage data sources

Expand Down
Loading