Enkash Developer Portal
Home
Home
Login
  1. Payment Links
  • Back to home
  • Payment Gateway APIs
  • Authorisation
    • Get Authorization Token
  • Order
    • Create Order
    • Get Order Status
    • Get Order By Merchant Order Id
    • Get BNPL Payment Methods
    • Get Dynamic UPI QR
    • UPI Intent Links
  • Payment
    • Submit Payment Request
    • Get Transaction Status
    • Validate OTP
    • Resend OTP
    • Payment Notify Request
    • Get UPI Transaction Status
    • Verify UPI VPA
  • Refund
    • Refund
  • Settlement
    • Get Settlement Payout By ID
    • Search Settlement Payouts
  • Split Settlement
    • Create Split Settlement Account
    • Update Split Settlement Account
    • Get All Split Settlement Account
    • Deactivate Split Settlement Account
    • Activate Split Settlement Account
    • Submit Payment with Split Details
    • Edit Or Deferred Split Settlement
  • 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
      POST
    • Get Payment Link Details
      GET
    • Delete Payment Link
      DELETE
    • Webhook Request
      POST
  1. Payment Links

Authentication & Payment Link API Endpoints

Environment Base URLs#

EnvironmentAuthentication API Base URLPayment Link API Base URL
Testhttps://ekpayout-uat.enkash.inhttps://kashflo-uat.enkash.in
Livehttps://api.enkash.inhttps://olympusapi.enkash.com

API Keys#

Test:
After signing up, your sandbox API keys will be sent to your registered email.
Live:
Once you successfully complete the required test cases, EnKash will issue your production keys.

List of APIs#

Authentication API
API NameFunction
Get Authentication TokenRetrieve the access token required to authenticate other API requests.
Payment Link API
API NameFunction
Create Payment LinkGenerate a payment link to collect payments.
Get Payment Link DetailsRetrieve the status and details of a payment link.
Delete Payment LinkInvalidate or remove a payment link.
Payment Link Webhook
Webhook NameFunction
Payment Link WebhookReceive notifications for payment link events (e.g., successful payments, expirations).
Modified at 2025-07-05 14:41:11
Previous
Payment Links
Next
Create Payment Link
Built with