app-id and a secret-key. This page explains how to generate these keys from the Merchant Portal using the Link Site wizard.
You need an active Hello Clever merchant account before you can generate integration keys. If you have not created one yet, see Create Your Hello Clever Merchant Account.
Generate your integration keys
1
Open the Link Site wizard
Log in to your Hello Clever Merchant Portal and click the + Link Site button in the top-right corner of the page.This opens the Link Site wizard, where you configure a new site integration and receive your credentials.
2
Select an integration type
In the Link Site wizard, choose the integration type that matches your setup:
- E-commerce platforms: Shopify, WooCommerce, Magento, and similar platforms.
- Invoice: For collecting payments via Xero.
- Physical store: Tyro POS integration for in-store payments.
- Custom APIs: Payment API or Cashback API for white-label or custom-built checkout integrations.
3
Enter site details
Fill in the Site Info section:
- Logo: Upload your store’s logo. Maximum file size is 2 MB.
- Site name: Enter a name that identifies this integration (for example, your store name).
- Store URL: Provide your store’s website address.
- App ID: A unique identifier automatically generated for this site. This is your
app-id. - Primary Secret Key: A secure key used to authenticate API requests. This is your
secret-key.
4
Complete setup
Once all required fields are filled in, click Complete.A success screen confirms that your integration is ready. Your
app-id and secret-key are now active and can be used to authenticate requests to the Hello Clever API or to configure a plugin.Next steps
With yourapp-id and secret-key in hand, you are ready to connect Hello Clever to your platform:
- Plugin integrations: Enter your credentials in the Hello Clever plugin settings for Shopify, WooCommerce, Magento, or other supported platforms.
- API integrations: Pass your
app-idandsecret-keyas authentication headers in requests to the Hello Clever API. See the API authentication guide for the required format.