# Chip

To use Chip please make sure you have created a Chip account first.

{% hint style="success" %}
For the **Chip account registration** process, you need to make sure you **already:**

* **Have SSM.**&#x20;
* **A current Bank Account.**
  {% endhint %}

{% hint style="info" %}
**Account verification, charges and transaction money are fully managed by Chip.**
{% endhint %}

## Chip Settings

To integrate Chip payment gateway with Shoppego, you need to get **Brand ID**, **Secret key.**\
\
If you have not yet registered a Chip account, you can use this link:\
<https://onboarding.chip-in.asia/>

### Get Brand ID

1. Log in to your Chip account.

<figure><img src="/files/vG67oKqRpQdGbzkyFYnK" alt=""><figcaption></figcaption></figure>

2. Click on the **Developers** button/text.

<figure><img src="/files/y3xhqMXHs6ajXiBz50HV" alt=""><figcaption></figcaption></figure>

3. Click on the **Brands** button/text

<figure><img src="/files/OBbjjBjC1apTBFfGRpi7" alt=""><figcaption></figcaption></figure>

4. Then, you can **copy your Brand ID** as shown below. You need to **save this Brand ID for setting in Shoppego later.**

<figure><img src="/files/ylGIpR2ZGvgy3ROV7N35" alt=""><figcaption></figcaption></figure>

### Get Secret Key

1. From the **Developers** page, you can also click on the **Keys** button/text.

<figure><img src="/files/fafsVFJDy1U16c71bHwr" alt=""><figcaption></figcaption></figure>

2. Then, make sure the V**iew/Viewing test data toggle is deactivated (grey)**.

<figure><img src="/files/lj69nkTqv7tDNbHCkSqm" alt=""><figcaption></figcaption></figure>

3. Next, you can click on the **New live key** button.

<figure><img src="/files/MlaNWaQdHZbP20IjTp2P" alt=""><figcaption></figcaption></figure>

3. Then, you will be asked to **enter the Key title in the field that has been provided**. This key title acts as a reference for you to know where this key is used later. For example we enter Shoppego and after that click **Create**.

<figure><img src="/files/iZ55pW97NGpQRiGIp2vM" alt=""><figcaption></figcaption></figure>

4. Once you have created the key, you can **click on the key again** and you can click on the **Copy** button/text. You need to **save this key to set it up in Shoppego later.**

<figure><img src="/files/4U1yAruNefJebqkM7PN5" alt=""><figcaption></figcaption></figure>

## Settings in Shoppego

1\. Log in to your Shoppego account.

![](/files/lCN7aw3FznaFFoOAyya2)

2\. Click on **Settings**

![](/files/VsK9zs6aZtUfKK1hcCiM)

3\. Click on **Payment options**

![](/files/CA5qmbxGnMXdjUXh5W4M)

4\. If you have not activated the payment option for Chip. Click the **Activate** button on the **Alternative Payments** section for Chip. If you have activated the payment option for Chip, click the **Edit** button.

![](/files/Lh0e3bJ2ljzdooESDyvW)

5\. Next, a display will appear as below, you can fill in the information:

![](/files/KRk9znifIZqSXZssPLaS)

* **Display name at checkout : Enter the name of the payment you want (Example Chip)**
* **Secret key : Enter the Secret key that you have obtained in your Chip account.**
* **Brand ID : Enter the Brand ID that you have obtained in your Chip account.**

6\. After finishing, make sure you have clicked **Enable** and click the **Save** button.

{% hint style="info" %}
**For information, the&#x20;**<mark style="color:red;">**Test mode toggle**</mark>**&#x20;is only used by Developers. For Shoppego users, please make sure you&#x20;**<mark style="color:red;">**deactivate**</mark>**&#x20;the toggle.**
{% endhint %}

![](/files/VxNwkeQT1Ci4gDLYEJiu)

After saving you can make a purchase attempt on your website to see the Chip payment option during checkout for the setting you just set a moment ago.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shoppego.com/en/settings/payment-options/payment-gateway/chip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
