# Authentication & Payment Link API Endpoints

## <span style="color:#7b2cbf">Environment Base URLs</span>

| **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` |

## <span style="color:#7b2cbf">API Keys</span>

* **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.

## <span style="color:#7b2cbf">List of APIs</span>


<Container>
  
<span style="color:#7b2cbf">Authentication API</span> 

| **API Name**                 | **Function**                                                           |
| ---------------------------- | ---------------------------------------------------------------------- |
| **Get Authentication Token** | Retrieve the access token required to authenticate other API requests. |


</Container>


<Container>
    
    <span style="color:#7b2cbf">Payment Link API</span> 


| **API 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.               |

</Container>


<Container>
  <span style="color:#7b2cbf">Payment Link Webhook</span> 

| **Webhook Name**         | **Function**                                                                            |
| ------------------------ | --------------------------------------------------------------------------------------- |
| **Payment Link Webhook** | Receive notifications for payment link events (e.g., successful payments, expirations). |
    
</Container>



