# Configuring Payment Gateway

You can configure payment gateways on Meraki to enable online payments for your customers.\
\
Multiple payment methods, such as credit/debit cards, UPI, wallets, and COD, can be supported depending on the gateway

### Steps to Configure

* **Login to Atlas**
  * Go to the Atlas Dashboard and log in with your admin credentials.
* **Navigate to Payment Settings**
  * From the left-hand menu, select **Meraki → Payments**.
* **Add a Payment Gateway**

  * Click **Add Gateway**.
  * Select your preferred payment gateway from the list (e.g., Stripe, Razorpay, PayU, Paytm, etc.).

  <figure><img src="/files/2VHpvVN7mVDu9yIdQeDi" alt=""><figcaption></figcaption></figure>
* **Enter Gateway Credentials**
  * Each gateway requires specific credentials (e.g., API Key, Secret Key, Merchant ID).
  * You can obtain these from your payment gateway provider’s dashboard.
  * Paste the credentials into the respective fields in Atlas.
* **Choose Payment Options**
  * Enable/disable the methods you want to accept:
    * **Online Payments** (UPI, cards, net banking, wallets)
    * **Cash on Delivery (COD)**
    * **Wallets or Loyalty Points** (if configured)
* **Save & Test Configuration**
  * Save your gateway settings.
  * Perform a **test transaction** to ensure the integration works correctly.

***

{% hint style="info" %}

### Notes

* Some gateways are **region-specific** (e.g., Stripe for international, Razorpay/PayU/Paytm for India).
* You can configure gateways **globally** for all outlets, or **per outlet** if needed.
* Ensure your payment provider account is in **live mode** (not test mode) before going live.
  {% endhint %}

### 📊 Regional Payment Gateway Mapping

| Payment Gateway  | India | MENA | KSA | UK | LATAM | USCAN |
| ---------------- | ----- | ---- | --- | -- | ----- | ----- |
| RAZORPAY         | ✅     | ❌    | ❌   | ❌  | ❌     | ❌     |
| PAYMENTOS        | ❌     | ✅    | ✅   | ❌  | ✅     | ✅     |
| PHONEPE          | ✅     | ❌    | ❌   | ❌  | ❌     | ❌     |
| INSTAMOJO        | ✅     | ❌    | ❌   | ❌  | ❌     | ❌     |
| PAYSTACK         | ❌     | ✅    | ✅   | ✅  | ❌     | ❌     |
| PAYTABS          | ❌     | ✅    | ✅   | ❌  | ❌     | ❌     |
| STRIPE           | ✅     | ✅    | ✅   | ✅  | ✅     | ✅     |
| PAYTMBLINK       | ✅     | ❌    | ❌   | ❌  | ❌     | ❌     |
| PAYTABS\_V2      | ❌     | ✅    | ✅   | ❌  | ❌     | ❌     |
| PAYULATINAMERICA | ❌     | ❌    | ❌   | ❌  | ✅     | ❌     |
| MERCADOPAGO      | ❌     | ❌    | ❌   | ❌  | ✅     | ❌     |
| FREEDOMPAY       | ❌     | ❌    | ❌   | ✅  | ❌     | ✅     |

\ <br>


---

# 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.urbanpiper.com/direct-ordering/configuring-payment-gateway.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.
