Authentication & Payment Link API Endpoints
Environment Base URLs#
Environment | Authentication API Base URL | Payment Link API Base URL |
---|
Test | https://ekpayout-uat.enkash.in | https://kashflo-uat.enkash.in |
Live | https://api.enkash.in | https://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 APIAPI Name | Function |
---|
Get Authentication Token | Retrieve the access token required to authenticate other API requests. |
Payment Link APIAPI Name | Function |
---|
Create Payment Link | Generate a payment link to collect payments. |
Get Payment Link Details | Retrieve the status and details of a payment link. |
Delete Payment Link | Invalidate or remove a payment link. |
Payment Link WebhookWebhook Name | Function |
---|
Payment Link Webhook | Receive notifications for payment link events (e.g., successful payments, expirations). |
Modified at 2025-07-05 14:41:11