> For the complete documentation index, see [llms.txt](https://docs.chargeweb3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chargeweb3.com/payment-api/get-payment-link.md).

# Get Payment Link

## Get Payment Link

<mark style="color:green;">`POST`</mark> `/`payments/payment\_link/{paymentLinkId}

Get a payment link's details including its status.

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Body**

| Name          | Type   | Description |
| ------------- | ------ | ----------- |
| paymentLinkId | string |             |

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
  
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}
