Skip to main content

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.

  • CARD (Credit/Debit Cards)
  • CARDLESS_EMI
  • CAS (Cash at Store)
  • CCAVENUEPG
  • CHECKOUT (Checkout.com)
  • CREDITNOTE
  • CSAS (Card Swiped at Store)
  • FC (Fynd Cash)
  • GFTCRD (Gift Card)
  • JIOONEPAY
  • JIOPP (Jio one pay)
  • LOYALTY (Loyalty Discount)
  • NB (Net Banking)
  • ONLINE
  • PAYMENTLINK
  • PAYU_INDIA
  • PAYU-CC
  • PAYUMONEYPG
  • PL (Paylater)
  • PP Prepaid
  • PRICE_ADJUSTMENT_MOP (Used in case of a giftcard or subscription discount)
  • QR
  • SETTLE (Settle now, pay later)
  • SETTLE_LOCALLY
  • UPI QR (QR Code payments)
  • UPIAS (UPI at store)
  • WL (Digital Wallet)

For example, "mode": "PP",


Was this section helpful?