> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/omnitron/sales-channels/payment-management/how-to-manage-checkout-providers-in-omnitron.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akinon.com/tutorials/omnitron/sales-channels/payment-management/how-to-manage-checkout-providers-in-omnitron.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
