app-id and a secret-key. This page explains how to generate these keys by creating a Payments Account in the Merchant Dashboard.
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
Create a Payments Account in the Merchant Dashboard
Log in to your Hello Clever Merchant Dashboard and click + Create account in the top-right corner.
2
Select a currency for this account
On the Create account screen, confirm the currency shown under Select a currency for this account.To use a different currency, click Change, then pick a currency from the list in the Currency dialog (use the search field to filter). The currency should match the currency configured in your Hello Clever merchant account.
3
Start setting up your Payments Account
Under What would you like to set up?, review the Accept payments and send payouts card, then click Create Payments Account.
4
Fill out the account form
Complete the form fields:
- Currency: carried over from the previous step (read-only).
- Account name: your registered account name (read-only).
- Account nickname: a label to help you identify this account (for example,
Payment Account 1). - Account image: click Browse to upload a logo or store image. The maximum file size is 2MB.
- Planned integration type: open the dropdown and select the option that matches your setup: an e-commerce platform (Shopify, WooCommerce, Magento, and similar), Xero for invoicing, Tyro for physical stores, or a custom API integration.
- Website URL: enter your store’s website address. If you selected Tyro, you will instead be prompted for your Tyro Location ID and shop address on the next screen.
Set the Planned integration type to match how you plan to use Hello Clever: this determines which fields and downstream setup steps appear.
5
Find your App ID and Secret Key
- In the Merchant Dashboard, click your account name in the top-right corner, then select Authentication under Developer.
- On the Authentication page, make sure the Auth 1.0 tab is selected.
- Find the row matching the Payments Account you just created (matched by Account Name & URL and Name & Plugin Type), then copy its App ID and Secret Key.
- App ID: A unique identifier for this Payments Account. This is your
app-id. - Secret Key: A secure key used to authenticate API requests. This is your
secret-key.
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.