worldline

Documentation

< back

Finding Your AppKey and Secret

Your AppKey and AppSecret are required to initialize the SDK in your application. These credentials authenticate your app with SmartPOS Store.

STEP 1: Create your app in the SmartPOS Store Developer Center (optional if you already have an app)

  1. Log in to Developer Center ( https://smartpos.whatspos.com/developer/#/home )

  2. Navigate to Developer or App Management section

  3. Click "Create New App"

  4. Fill in your app details (name, description, etc.)

  5. Confirm to create the app

STEP 2: Locate your credentials to SDK

Once your app is created, go to the app details page and press the "APP Keys button":

You will see:

  • AppKey - Unique identifier for your application

  • AppSecret - Secret credential for authentication

IMPORTANT: Keep your AppSecret secure and never share it publicly

STEP 3: Use keys in your project

Copy both values and add them to your code base (covered in the codelab on the next page ).

Next page:

Update Inquirer Integration Codelab