# Trust Payments

<figure><img src="/files/iXsfr7St4GrZF6hsONHl" alt="" width="372"><figcaption></figcaption></figure>

{% hint style="warning" %}
Trust Payments will work with Order Entry and pages. 3D Secure will not work with Order Entry.
{% endhint %}

**STEP 1**

Go to **Gateways** | **Gateway Integrations** and select the Trust Payments tile. Click **+Activate**.

<figure><img src="/files/BNMsXdR9ltfUNRAIYq3I" alt="" width="375"><figcaption></figcaption></figure>

**STEP 2**

Enter the following information specific to Trust Payments:

* **Title** - Enter a title of your choosing
* **username** - Obtained from Trust Payments.  Required.
* **password** - Obtained from Trust Payments.  Required.
* **siteReference** - Obtained from Trust Payments.  Required.
* **Secure3DS** - Select YES to process using Trust Payments' native 3D Secure processing. Make sure your pages support a [standard 3DS workflow](/konnektive-crm/gateway-setup/basic-3ds-instructions.md).&#x20;
* **username3DS** - Obtained from Trust Payments.  Required if using Trust Payments 3DS.
* **password3DS** - Obtained from Trust Payments.  Required if using Trust Payments 3DS.
* **siteReference3DS** - Obtained from Trust Payments.  Required if using Trust Payments 3DS.
* **acquirerBins** - enter the acquirer bins for your merchant account.  Enter the card brand, a pipe, and the bin for that brand (e.g., VISA|456896).  Add a new line for each card brand.  If not entered then Trust Payment (UK/FCA) is used.  More details are here:  <https://help.trustpayments.com/hc/en-us/articles/6743917116945-3DS-API-Field-Specification#THREEDLOOKUP_REQ>
  * Formatting example:
    * ```
      VISA|456896
      MASTERCARD|271708
      AMEX|10000000232
      DISCOVER|367636
      ```
* **exemptionThreshold** - Optional. Request a SCA exemption from Trust if the order total is at or below this value. You must receive approval from Trust before entering this value. The value entered here is used for all currencies.
* **sendDescriptor** - send the Descriptor to Trust on each sale

<figure><img src="/files/Rg7wLmt11MdLKELxwEdA" alt="" width="375"><figcaption></figcaption></figure>

Enter **Descriptor**. It is required for all gateways.

Click the <mark style="color:green;">**Create Gateway**</mark> button to save your changes and create the gateway

**STEP 3**

Assign the gateway to campaign products


---

# 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.konnektive.com/konnektive-crm/gateway-setup/gateways/trust-payments.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.
