Account Pairing Webhooks
Webhooks to manage store onboarding and status
Upsert Store
Sent when a store is created or updated in Otter API internal systems.<br/> If metadata contains a `Store ID`, it means a request to update an existent store, otherwise, it's a creation operation.<br/> It provides the store and credentials data needed to validate the store and create a new `Store ID` in the partner application.<br/> At this point, the store is in `onboarding state` waiting the partner application to finish the onboarding process by providing the validated `Store ID`.
Remove Store
Sent when a store is removed from our system. Contains information about the store for which the event was triggered.
Fetch Credentials (synchronously)
Synchronously returns the last version of the credentials schema needed to create and validate a store in the partner application. If the request contains the `Store ID`, it also returns the saved store credentials corresponding to the provided `Store ID`.