# TruCommerce

{% hint style="danger" %}
TruCommerce will work with Form-code and landers that connect to Konnektive via Direct API. This will NOT work with Order Entry.
{% endhint %}

**STEP 1**

Go to **Gateways** | **Gateway Integrations** and select the TruCommerce button. Click on **+Activate**.

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

Enter the following information specific to TruCommerce:

* **MID** - Obtained from TruCommerce
* **SID** - Obtained from TruCommerce
* **Token** - Obtained from TruCommerce

Select “No” on Secure3DS if it is for Non-3DS.

<figure><img src="/files/7hzcZ0thjUlVT2qgMzKK" alt=""><figcaption></figcaption></figure>

Click the green **Create Gateway** button to save your changes and create the gateway

**STEP 2**

Assign the gateway to campaign products

**STEP 3:**

{% hint style="info" %}
This step can be ignored if using CheckoutChamp hosted pages
{% endhint %}

Be sure to implement proper handling of 3DS on the checkout page

[Direct API 3DS Instructions](/crm/gateway-setup/direct-api-3ds-instructions.md)


---

# 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://help.checkoutchamp.com/crm/gateway-setup/gateway-integrations/trucommerce.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.
