Connect to Zru
Integration settings
From Settings ▶︎ Integration you can access your API keys and configure how your integration behaves. This tile contains two blocks: API keys: your public and secret keys. See this guide for more details. Integration settings: toggles and options for customizing the integration. See this guide for more details.Few readersPublic Key and Secret Key
What are the Public Key and Secret Key? To connect to our API, you need to enter the Public and Secret Keys in the plugin or in your code. You need to do this for each test or production environment you want to use. To learn more about integrating with our API, visit this guide, or if you prefer to use a plugin, visit this guide. ✋ It is very impoFew readersAPI Integration
API integration is the most flexible and common way to connect your platform to Zru. Before you start you will need your API keys (public and secret), which you can get from Settings ▶︎ Integration. 🧐 If your website is built on a CMS (WooCommerce, Shopify, PrestaShop...), you may find it easier to use a plugin. See the plugin integration guide. API documentation All technical reference is at docs.zrupFew readersPlugin Integration
How do I connect to Zru through a plugin? If your website is built on a CMS, you can search for our plugin in its store. Search for "Zru" and install our plugin. Which CMS do we have plugins for? We have plugins available for: WordPress WooCommerce WordPress GravityForms Magento2 (in this case the plugin does not appear in the CMS store — you can request it from us) Prestashop (in this case the plugin does not appear in the CMS store but you can find it on our GFew readers
Developers panel section
Developers section
What is the Developers section? The Developers section is where you can consult the technical activity of your environment: API requests, notifications sent to your systems, and webhook configuration. You will find it in the left side menu. Tabs API Logs Shows all requests made to our API from your environment, with their status, response code, and timestamp. Useful for debugging integration issues. Notifications Shows all notifications (webhooks) sent from Zru to your serveFew readersHow to configure Webhooks
What is a Webhook? A webhook is an HTTP notification that Zru sends to your server each time a relevant event occurs in your environment: a payment is completed, a subscription is charged, an authorization is created, etc. Configuring webhooks allows your system to react to events in real time without needing to poll the API. How to configure a Webhook Go to Developers in the left side menu. Select the "Webhooks" tab. Click "Add webhook". Enter the URL of your endFew readers
