Payment Links
Retrieve Payment Link
Retrieves the details and current status of a payment link.
GET
Get payment link
Authorizations
Your public API key from the Yuno Dashboard
Your private secret key (server-side only)
Path Parameters
The unique identifier of the payment link
Response
Payment link details
Example:
"pl_a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Shareable payment link URL
Example:
"https://pay.y.uno/pl_a1b2c3d4"
Example:
{ "currency": "BRL", "value": 100 }
Example:
"BR"
Available options:
ACTIVE, COMPLETED, CANCELLED, EXPIRED Example:
"ACTIVE"
Example:
"Invoice #INV-2026-001"
Example:
"order-link-001"
Example:
"2026-03-08T23:59:59.000Z"
Example:
"2026-03-01T14:00:00.000Z"
Get payment link