Enkash Developer Portal
Home
Home
Login
  1. Home
  • Back to home
  • Payment Gateway APIs
  • Merchant
    • Generate Authorization Token
      POST
    • Payment Modes Details
      GET
  • Order
    • Create Order
      POST
    • Get Order Status
      GET
    • Get Order By Merchant Order Id
      GET
    • Get BNPL Payment Methods
      GET
    • Get Dynamic UPI QR
      GET
    • UPI Intent Links
      GET
  • Payment
    • Submit Payment Request
      POST
    • Get Transaction Status
      GET
    • Validate OTP
      POST
    • Resend OTP
      GET
    • Payment Notify Request
      POST
    • Get UPI Transaction Status
      GET
    • Verify UPI VPA
      POST
  • Refund
    • Refund
      POST
  • Settlement
    • Get Settlement Payout By ID
      GET
    • Search Settlement Payouts
      POST
  • Split Settlement
    • Create Split Settlement Account
      POST
    • Update Split Settlement Account
      POST
    • Get All Split Settlement Account
      GET
    • Deactivate Split Settlement Account
      PATCH
    • Activate Split Settlement Account
      PATCH
    • Submit Payment with Split Details
      POST
    • Edit Or Deferred Split Settlement
      POST
  • E-Commerce Plugins
  • UPI QR
    • Create UPI QR
    • Get UPI QR
    • Search UPI QR
    • Create Customer
    • Search Customer
    • Cancel UPI QR
  • UPI Autopay
    • Create UPI Mandate
    • Update UPI Mandate
    • Revoke UPI Mandate
    • Get UPI Mandate
    • UPI Mandate Callback
    • Mandate Pre-debit Notification
    • Execute Mandate Debit
    • Mandate Debit Callback
  • Payment Links
    • Payment Link APIs
    • Create Payment Link
    • Get Payment Link Details
    • Delete Payment Link
    • Webhook Request
  1. Home

Getting Started with the EnKash Payment Gateway API

The EnKash Payment Gateway offers a comprehensive set of RESTful APIs for managing authentication, orders, payments, refunds, and settlements. Use the appropriate base URL and API key depending on your environment.

Base URL#

EnvironmentBase URL
Testhttps://olympus-pg-uat.enkash.in
Livehttps://olympus-pg.enkash.in

Setup#

Test Environment:
After registering, you will receive sandbox API keys at your registered email.
Live Environment:
Production API keys are shared upon successful completion of integration testing and approval by EnKash.

API Categories and Endpoints#

Authorization APIs
Used to manage authentication and secure access to all other API calls.
API NameFunction
Get Authentication TokenRetrieve an access token required for all secured API calls.
Order APIs
Used to create, track, and manage orders and payment initiation data.
API NameFunction
Create OrderCreate a new payment order.
Get Order StatusRetrieve the current status of an order.
Get BNPL Payment ModesFetch available BNPL payment options based on mobile number.
Get Dynamic QR CodeGenerate a dynamic UPI QR code for a specific order.
UPI Intent LinkGenerate a deep link to launch a UPI app with pre-filled payment data.
Payment APIs
Manage the full lifecycle of a payment including submission, tracking, and user verification.
API NameFunction
Submit PaymentSubmit user payment details to initiate processing.
Get Payment StatusRetrieve the status of a submitted payment.
Validate OTPVerify OTP entered by the user (if applicable).
Resend OTPTrigger re-sending of OTP to the user.
Payment Notify RequestSend or retrieve a payment notification manually.
Refund APIs
Enable full or partial refunds for completed payments.
API NameFunction
Initiate RefundInitiate a refund for a successful payment.
Settlement APIs
Retrieve and search settlement reports for reconciliation and reporting.
API NameFunction
Get Settlement Details By IDFetch settlement details using a specific ID.
Search For A SettlementSearch settlements based on date range, status, etc.
Modified at 2025-07-06 21:10:19
Built with