> ## Documentation Index
> Fetch the complete documentation index at: https://epayclub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Activate Payment link

> Activate an inactive payment link.

<Warning>
  Use this endpoint with only **inactive** payment links.
</Warning>

<ParamField path="id" type="string" required>
  The Payment link’s ID.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
      "data": null,
      "status": "success",
      "statusCode": "00",
      "message": "Payment link status updated successfully"
  }
  ```

  ```json 400 theme={null}
  {
      "status": "failed",
      "statusCode": "02",
      "message": "payment link not found"
  }
  ```
</ResponseExample>
