# CentroBill

{% hint style="danger" %}
**Disclaimers:**

Konnektive does not store any card details for merchants using CentroBill's Payment Gateway

CentroBill will not support Authorize, Capture and Void transactions

CentroBill will ONLY work with landers that connect to Konnektive via Direct API. This will NOT work with Form-code landers and/or Order Entry.
{% endhint %}

**STEP 1**

Go to **Gateways** > **Gateway Integrations**

**STEP 2**

Scroll down to **CentroBill** and click

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

**STEP 3**

Click the green **Activate** button to activate **CentroBill**

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

**STEP 4**

Enter **Authentication\_Key** and **site\_id.**

Enter **mid** when you have more than one merchant account with CentroBill, to uniquely identify this CRM merchant account.

<figure><img src="/files/4I0DVtvW0wcGQ9Iz1yPf" alt="" width="408"><figcaption></figcaption></figure>

**STEP 5**

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

**STEP 6**&#x20;

Checkout page should be secure HTTPS. A non-secured call to the CentroBill gateway will be rejected.

Pass paySource=PREPAID and prepaidType=CENTROBILL on the import order API call from your checkout page

**STEP 7**&#x20;

CentroBill portal setup

1. Login on <https://clients.centrobill.com/>
2. Go to Sites\&Products->Edit site
3. Enter the domain name of your checkout site
4. Set Status of site to “Enable”
5. Enter Successful(“redirectsTo”) URL
6. Enter Decline(“errorRedirectsTo”) URL
7. Enter “<https://api.konnektive.com/billers/centroBill/ipn.php”> in IPN URL field
8. Set IPN format to “json”
9. Set the colors

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


---

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