Payment Links
API ReferencePayment LinksRetrieve
Retrieve Payment Link
Retrieve details of a payment link.
GET /payment_link/:payment_link_id
Path Parameters
| Parameter | Type | Description |
|---|---|---|
payment_link_id | string | Required. The ID of the payment link. |
Request Example
curl 'https://api.v2.paychtec.com/payment_link/plink_1234567890' \ -H "api-key: snd_YOUR_API_KEY"Response
{
"payment_link_id": "plink_1234567890",
"amount": 5000,
"currency": "USD",
"description": "Invoice #1234",
"url": "https://buy.uprails.com/plink_1234567890",
"status": "active",
"created": "2024-01-22T10:00:00Z"
}