# 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 %}
