Connect to Zru
Integration settings
The integration settings are in Settings ▶︎ Integration, below the API keys. To change them: Go to Settings in the left side menu. Click the "Integration" tile. Scroll down, below the API keys, to reach Integration Settings. Turn the toggles you need on or off, or adjust the numeric value in the matching field. Click "Save" at the bottom of the page. Explanation of each setting New checkout Enables Zru's checkout v2. This checkout requires style templaFew 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 important toFew 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? In this section you will find tools designed to make integration work easier for your development team. Go to the left side menu and select "Developers". You will see three tabs: API Logs, Notifications and Webhooks. API Logs tab API Logs show every request made to our API and the responses returned. Useful for debugging integration errors. Available filters Date filter as a persistent chip. Response code selector: filtFew 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 a Name to identifyFew readers
