> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rc.cleverhub.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Choose the Right Hello Clever Integration

> Match your platform or business model to the correct Hello Clever integration guide or API so you can get up and running without guesswork.

This page helps you identify which Hello Clever integration is right for your platform. Whether you run an e-commerce store on a hosted platform, a physical store with POS terminals, or a fully custom-built system, there is a dedicated guide or API for your use case. Before you begin any integration, make sure you have your credentials ready.

## Prerequisite: obtain your integration keys

For every integration type, you need an `app-id` and a `secret-key`. These credentials authenticate your application with Hello Clever’s servers. To generate them, log in to your Hello Clever Merchant Dashboard and follow the steps in the [obtaining integration keys](/integration-keys) guide.

<Warning>
  Each `app-id` and `secret-key` pair is scoped to a single site. If you need to connect multiple stores, generate a separate pair of credentials for each one.
</Warning>

## Choosing the right integration

Use the table below to find the guide or API that matches your platform or requirement.

| Your need                                                                                                         | Integration                                                |
| ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| You have a Shopify store                                                                                          | [Shopify integration guide](/integrations/shopify)         |
| You have a WooCommerce store                                                                                      | [WooCommerce integration guide](/integrations/woocommerce) |
| You have a Shopline store                                                                                         | [Shopline integration guide](/integrations/shopline)       |
| You have a Magento store                                                                                          | [Magento integration guide](/integrations/magento)         |
| You have an OpenCart store                                                                                        | [OpenCart integration guide](/integrations/opencart)       |
| You have a physical store with Tyro terminals and want to run instant cashback                                    | [Tyro integration guide](/integrations/tyro)               |
| You are using Xero and want to invoice your customers                                                             | [Xero integration guide](/integrations/xero)               |
| You have a custom-built store and want to use Hello Clever Payment Gateway for PayID, PayTo, or card transactions | [Payment Gateway APIs](/api/v1/introduction)               |
| You need to white-label Payin and Payout capabilities for PayID, PayTo, or BSB/Account                            | [Payment APIs (AUD only)](/api/v1/introduction)            |
| You want to integrate one or more currencies provided by Hello Clever                                             | [Multi-Currency Payment APIs](/api/v2/introduction)        |
| You want to integrate a payment gateway checkout in an API for all currencies                                     | [Payment Gateway 3](/api/v3/introduction)                  |
| You want to process card payments with support for delayed and recurring capture                                  | [Card APIs](/api/card/overview)                            |
| You want to enable instant cashback functionality on your website or platform                                     | [Cashback APIs](/api/cashback/overview)                    |

<CardGroup cols={2}>
  <Card title="Shopify" icon="shopify" href="/integrations/shopify">
    Install the Hello Clever payment app and configure express checkout, payment logos, and product taglines.
  </Card>

  <Card title="WooCommerce" icon="wordpress" href="/integrations/woocommerce">
    Add the Hello Clever plugin to your WordPress site and enable express or one-click checkout.
  </Card>

  <Card title="Magento" icon="store" href="/integrations/magento">
    Upload the Hello Clever extension and configure it through Magento Admin.
  </Card>

  <Card title="OpenCart" icon="cart-shopping" href="/integrations/opencart">
    Install the Hello Clever plugin from the Extensions Installer and configure your API credentials.
  </Card>

  <Card title="Shopline" icon="bag-shopping" href="/integrations/shopline">
    Add Hello Clever as a payment method in Shopline, configure logos, and process refunds.
  </Card>

  <Card title="Tyro POS" icon="credit-card" href="/integrations/tyro">
    Link your Tyro terminal to Hello Clever and run in-store instant cashback campaigns.
  </Card>

  <Card title="Xero" icon="file-invoice-dollar" href="/integrations/xero">
    Connect Hello Clever to Xero and automate invoice payments and settlement reconciliation.
  </Card>
</CardGroup>

<Tip>
  If your platform is not listed, Hello Clever’s Payment Gateway APIs support any custom-built storefront. Start with the [API v1 reference](/api/v1/introduction) for AUD-only PayID and PayTo, or the [API v2 reference](/api/v2/introduction) for multi-currency support.
</Tip>


## Related topics

- [Obtain Your Hello Clever Integration Keys Securely](/integration-keys.md)
- [What is Hello Clever?](/getting-started/introduction.md)
- [Hello Clever API Overview](/api/overview.md)
