Posting statements
Less than to read
- Now the user has onboarded a bank account we are ready to start receiving data.
- For the initial push of transactions a call would be made to POST /statements with bankaccount UUID for all transactions from start date the user selected.
- For subsequent pushes of transactions a call would be made to POST /statements with bankaccount UUID for all transactions since the last push.
- The user’s product can then call into Banking Service and get transactions. These are available for the user to post to their Accounting ledgers.
What’s next?
Next, take a look at the offboarding flow. This covers how to disconnect an account.