Skip to content

Commit

Permalink
Replace ref to platform api
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclowes committed Nov 25, 2024
1 parent 6351b51 commit 077109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/241124-bank-feeds-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is supported by easier creation of many source accounts at once via our new
Once your user initiates the bank feeds setup process, engage our SDK to establish the feed in a few easy steps:

1. Call the [Create a company](/bank-feeds-api#/operations/create-company) endpoint to create a representation of your customer in Codat.
2. Get an access token for this company by calling the [Get company access token](/platform-api#/operations/get-company-access-token) endpoint.
2. Get an access token for this company by calling the [Get company access token](/bank-feeds-api#/operations/get-company-access-token) endpoint.
3. Initialize the Bank Feeds SDK, passing the access token to the component. The SDK will direct your customer to select their accounting software and authorize access to it.
4. Use the SDK's `onConnection` callback function prop to call the [Create source accounts](/bank-feeds-api#/operations/create-batch-source-account) endpoint once authorized. The SDK will redirect your customer to map these source accounts to the relevant accounts in their accounting platform.
5. Use the SDK's `onFinish` callback function to manage the completion of the bank feeds setup flow once the accounts are mapped.
Expand Down

0 comments on commit 077109f

Please sign in to comment.