Wix Marketplace

When submitting your app to the Wix marketplace, you'll need to provide 3 critical URLs if using the custom authentication option:

1. External URL

The external URL extension allows you to refer users from the dashboard of a Wix site or project to your service outside the Wix platform. The extension adds a link to your service on the Manage Apps page in the site dashboard. When a site admin clicks the link, your external service opens in a new browser tab. Query parameters are passed to your service so it can identify the user.

https://api.pandium.io/imp/wix/dashboard/<account_name>/wix?success_url=<marketplace_site_url>/%23/integrations&

Replace <account_name> and <marketplace_site_url> with your specific values.

2. App URL

Use the App URL to redirect your users to an external URL during the app installation flow.

https://<marketplace_site_address>/<integration_name>/integrations

The URL will most likely resemble the above, but simply use the URL for the 'Install' page of this App in your Marketplace.

3. Redirect URL

When users authorize your app, Wix will redirect them to this URL with a temporary authorization code.

Sandbox

https://api.sandbox.pandium.com/v0/author/callback/oauth2

Production

https://api.pandium.io/v0/author/callback/oauth2

Need Help?

If you encounter issues during the listing process, please feel free to contact your Pandium Technical Account Manager for assistance.

Last updated

Was this helpful?