Upsert
Create or re-activate a merchant’s connection to a provider. Idempotent on (merchantId, provider) — connecting an already-connected provider re-activates the existing row, never creating a duplicate.
Authorizations
API key authentication
Body
Unique identifier for an organization
^org_[a-zA-Z0-9]+$External provider a merchant can connect at the tenant level
salesforce Ampersand installation id.
255Connection lifecycle state. Live Ampersand health is separate and not stored here.
active, disconnected, error Response
Merchant integration upserted
A merchant's tenant-level connection to an external provider via Ampersand.
Unique identifier for a merchant integration
^mint_[a-zA-Z0-9]+$merchantIntegration Unique identifier for an organization
^org_[a-zA-Z0-9]+$External provider a merchant can connect at the tenant level
salesforce Ampersand installation id.
Connection lifecycle state. Live Ampersand health is separate and not stored here.
active, disconnected, error