# Finix

{% hint style="warning" %}
Finix does not support native 3DS
{% endhint %}

## Finix

{% stepper %}
{% step %}

### Finix Registration

* Sign up for a Finix Live Account if you do not have one already. Their can guide you through this process. Step 2 of the linked instructions can be ignored, as you will be using our existing CheckoutChamp integration with Finix.
* Select the "Individual Business" option while creating your sandbox account.
* Once signed up, create an API user inside of your Finix dashboard. Official instructions here:

[official documentation arrow-up-right](https://docs.finix.com/guides/getting-started/finix-sign-up)

[https://docs.finix.com/additional-resources/developers/authentication-and-api-basics/api-keys arrow-up-right](https://docs.finix.com/additional-resources/developers/authentication-and-api-basics/api-keys)
{% endstep %}

{% step %}

### Create the Gateway Profile

* Navigate to Gateways → Gateway Integrations and activate the Finix tile with the "+Activate" button.
  {% endstep %}

{% step %}

### Fill out Finix Credentials

* Enter all four of your credentials that you obtained in the registration step into their corresponding fields within the gateway profile:
  * merchantAccountId — found within Finix dashboard
  * merchantIdentityId — found within Finix dashboard
  * username — username for your created Finix API user
  * password — password for your created Finix API user
    {% endstep %}
    {% endstepper %}

![](/files/204a8cd328bc5a9605528ee74181a43374c6a9a8)

![](/files/b3240047c275ec074367b0b4f9ce508c47ed2521)

![](/files/679c3275dd4b27fe78a3e2b16b714081009620c4)


---

# 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/finix.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.
