diff --git a/docs/integrations/accounting/xero/partner-certification/checkpoints-bank-feeds.md b/docs/integrations/accounting/xero/partner-certification/checkpoints-bank-feeds.md index eb2efce69..adaa4ab63 100644 --- a/docs/integrations/accounting/xero/partner-certification/checkpoints-bank-feeds.md +++ b/docs/integrations/accounting/xero/partner-certification/checkpoints-bank-feeds.md @@ -35,7 +35,7 @@ Your application's UI must meet the following requirements: | :-- | :-- | | 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 [Delete connection](/platform-api#/operations/delete-connection) endpoint to disconnect from Xero. | +| Provide a button to terminate the connection | When a user clicks on the button, use our [Delete connection](/bank-feeds-api#/operations/delete-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.| | Support one-to-one or multi-organizational connection | Codat allows your customers to select their Xero organization using the native Xero UI. You can enable them to connect to multiple organizations within Xero by creating a separate Codat company per organization. | | Provide a disconnection process for off-boarding | Use our [Delete connection](/bank-feeds-api#/operations/delete-connection) endpoint to prevent further syncs and querying of historically synced data.|