| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

linkId

uuid

required

accept

string

enum

Defaults to application/json

Generated from available response content types

application/jsonapplication/problem+json

Allowed:

`application/json``application/problem+json`

# ``200      Returns the payment link with the specified ID.

# ``400      Bad Request

# ``401      Unauthorized

# ``402      Payment Required

# ``403      Forbidden

# ``404      NotFound

# ``409      Conflict

# ``500      Internal Server Error

Updated 3 months ago

* * *

ShellNodeRubyPHPPython

Base URL

https://api.superpayments.com/2026-04-01/payment-links/{linkId}

```
xxxxxxxxxx

curl --request GET \

--url https://api.superpayments.com/2026-04-01/payment-links/linkId \

--header 'accept: application/json'
```
