Payment Modes
This document lists all the valid payment modes that can be used in the createOrder API.
When creating an order, set the "mode" field to one of the values below:
caution
If an invalid or unsupported value is provided, the order will be created as prepaid ("PP") by default.
| Modes | Description |
|---|---|
| CARD | Credit or debit card payments made online via a payment gateway. |
| CARDLESS_EMI | EMI option that does not require a credit or debit card. Typically offered by partner lenders such as BNPL (Buy Now Pay Later) providers or through direct loan services. |
| CAS | Cash payment collected at the store for orders picked up or settled in person. |
| CCAVENUEPG | Online payments processed through the CCAvenue payment gateway. |
| CHECKOUT | Online payments processed through Checkout.com payment gateway. |
| CREDITNOTE | Payment settled via store-issued credit notes. |
| CSAS | Card payment by swiping a physical card at the store’s Point of Sale (POS) terminal. |
| FC | Fynd Cash wallet redemption for paying the order amount. |
| GFTCRD | Payment using a gift card balance. |
| JIOONEPAY | Payments made via the Jio One Pay system. |
| JIOPP | Jio One Pay, as referred to within OMS. Functions as an alias for Jio One Pay. |
| LOYALTY | Redeeming loyalty points or discounts as payment towards the order. |
| NB | Payment through online net banking. |
| ONLINE | General category for online payments not covered by more specific modes. |
| PAYMENTLINK | Payment collected by sending a payment link to the customer, typically allowing them to pay asynchronously. |
| PAYU_INDIA | Payments routed through the PayU India payment gateway. |
| PAYU-CC | Credit card transactions made specifically through PayU. |
| PAYUMONEYPG | Payments made via the PayUMoney gateway. |
| PL | Payment through pay-later options or BNPL (Buy Now Pay Later) services where payment collection happens after order processing. |
| PP | Prepaid order, where payment is already collected at the time of placing the order. |
| PRICE_ADJUSTMENT_MOP | Mode of payment used specifically for price adjustments, gift card settlements, or subscription discounts. |
| QR | Payments made by scanning a generic QR code, including Bharat QR. |
| SETTLE | Deferred payment mode where settlement is done after delivery ("Settle now, pay later"). |
| SETTLE_LOCALLY | Payments settled locally or in-store, on delivery or pickup. |
| UPI QR | Payment through UPI by scanning a QR code, mostly used for in-store or in-person transactions. |
| UPIAS | UPI (Unified Payments Interface) payments made at the store. |
| WL | Digital wallet payments |
For example, "mode": "PP",