# How to Manage Checkout Providers in Omnitron?

This tutorial provides step-by-step instructions for managing Checkout Provider in Omnitron.

## <mark style="color:red;">Step 1: Access to Omnitron​</mark> <a href="#step-1-access-to-omnitron" id="step-1-access-to-omnitron"></a>

* Get access to the Omnitron panel.
* Enter your Username and Password, and then click the **Sign In** button.\
  ![](/files/FQgto2ESMuyyETj02bTx)

## <mark style="color:red;">Step 2: Navigate to Orders Page​</mark> <a href="#step-2-navigate-to-orders-page" id="step-2-navigate-to-orders-page"></a>

* Follow the **Sales Channels > Payment Management** sidebar and click the **Checkout Provider** page.<br>

  <figure><img src="/files/OfuXWn2nMpApjFp3hIMN" alt=""><figcaption></figcaption></figure>
* This page displays checkout providers (such as Akifast and third-party applications) for management purposes. The listed checkout providers can be filtered based on their Name and Slug values.<br>

  <figure><img src="/files/2oNKmggbcdwkB494qrZ5" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">Step 3: Adding Checkout Provider​</mark> <a href="#step-3-adding-checkout-provider" id="step-3-adding-checkout-provider"></a>

* To add a new provider, click the **+ New Checkout Provider** button. Complete the form by filling in the following fields:
  * **Name:** Specify the name for this checkout provider.
  * **Priority:** Assign the priority value for this checkout provider.
  * **Slug:** Define a unique slug for this checkout provider.
  * **Config:** Enter configuration details, including authorization information, in JSON format. (Parameters will be provided by the Akifast team.)
    * **Sample Config:**

      ```
      {"auth":{"password":"password","oauth_resource_url":"https://oauth.akifast.com/","merchant_id":"merchant_id","oauth_client_secret":"akinon_oauth_client_secret"}}
      ```
  * **Status:** Set the Active/Passive status for this checkout provider.
  * **Resource URL:** Provide the resource URL associated with this checkout provider.
  * **Gateway:** Currently, this field offers the "Akifast" option, which is embedded in the code.
  * **Translations:** Enter translations in JSON format.
* Once you have filled in the relevant fields, click the **Save** button.<br>

  <figure><img src="/files/q4DoViIM7ZsoHzuFiOec" 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://docs.akinon.com/tutorials/omnitron/sales-channels/payment-management/how-to-manage-checkout-providers-in-omnitron.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.
