Skip to main content
PATCH
Update Integration Bulk Sync
Turn a supported payment integration’s bulk imports and backfills on or off. Disabling keeps the connection, stored credentials, and live webhook delivery active. Re-enabling does not require another OAuth round trip.
This does not disconnect the integration. Connecting and disconnecting stay in the dashboard, because both handle stored credentials and run provider-specific cleanup such as revoking OAuth grants and removing webhooks.
Requires an API key with the integrations:manage scope. The provider catalog’s actions field identifies integrations that expose enable_sync and disable_sync. A sync already in progress must finish before the integration can be disabled.

Request

string
required
Integration ID, from List Integrations.
boolean
required
true to enable sync, false to pause it.

Response fields

boolean
false when the integration was already in the requested state. Setting the current state is not an error, so a retry is safe.

Responses