EnKash API Document
HomePayment GatewayPayoutsCreate Account
HomePayment GatewayPayoutsCreate Account
Login
  1. Payment Gateway
  • Payment Gateway Overview
  • Payment Gateway Sign Up
  • Payment Methods
  • Supported Integrations
  • Payment APIs
  • Test Card Details
  • Authorization
    • About Authorization
    • Get Authorization Token
      POST
  • Orders
    • Order Overview
    • About Order
    • Create Order
      POST
    • Get Order Status
      GET
    • Get BNPL Payment Modes
      GET
  • Payments
    • Payment Overview
    • About Payment
    • Get Transaction Status
      GET
    • Submit Payment Detail
      POST
  • Refunds
    • About Refund
    • Refund
      POST
  • Payment Links
    • Upi Intent Link Detail
      GET
  • Settlements
    • About Settlement
    • Get Settlement Payout By Id
      GET
    • Search Settlement Payouts
      POST
  • QR Generation API
    • Get Dynamic QR Code
  • Payment Button
  • Qr Code
    • Create QR
    • Create QR Customer
    • Search QR Code
    • Get QR Code
    • Cancel QR Code
  1. Payment Gateway

Orders

Enkash Order APIs & Status#

Creating an order is a crucial step in the payment process with our payment gateway. When a customer clicks the pay button on your website or app, an order is generated with a unique identifier, including details like transaction amount and currency. This order ID secures the payment request, ensuring that the order amount cannot be tampered with. Pass this order ID to our Checkout for secure processing.
To proceed with integrating our Payment Gateway on your website or app, you need to first integrate with our Orders API

Advantages#

Single Successful Payment Bound to an Order: Ensures that only one successful payment is associated with each order, preventing multiple payments.
Quick and Easy Database Query: Facilitates efficient querying in the database by combining multiple payment attempts for a single order.

Order Status#

StatusDescription
CREATEDOrder created successfully
CHECKOUT_RENDERED Customer was successfully redirected to the Enkash checkout page
PAIDPayment is successful
CANCELLEDTransaction was cancelled by the customer
ATTEMPTEDPayment attempted by the customer
EXPIREDOrder is expired
PAYMENT_CONFIRMATION_PENDING Transaction confirmation is pending from the customer's bank
Previous
Get Authorization Token
Next
Order Overview
Built with