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

Update link to bank feed specific company info #1442

Merged
merged 1 commit into from
Nov 18, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Your application's UI must meet the following requirements:

| Requirement | Recommendations |
| :-- | :-- |
| Display the name of the tenant that has been connected | Use our [Get company info](/accounting-api#/operations/get-company-info) endpoint to retrieve this detail. |
| Display the name of the tenant that has been connected | Use our [Get company info](/bank-feeds-api#/operations/get-company-information) endpoint to retrieve this detail. |
| Display the current status of the connection. If disconnected, provide a button to reconnect to Xero | Use our [Get connection](/bank-feeds-api#/operations/get-connection) endpoint to check the `status` of the connection and use the `linkUrl` to reconnect.|
| Provide a button to terminate the connection | When a user clicks on the button, use our [Unlink connection](/bank-feeds-api#/operations/unlink-connection) endpoint to disconnect from Xero. |
| Handle a disconnect from Xero's side | Use our [Data connection status changed](/using-the-api/webhooks/event-types) webhook to identify when a disconnect happens. When the alert is triggered, change the connection status in your UI and display a "Reconnect" or "Connect" button. Xero recommends setting a regular daily sync of light data types so you can check each connected company's connection status every day.|
Expand Down
Loading