Create Payment Link
Creates a shareable payment link that customers can use to complete a payment.
Authorizations
Your public API key from the Yuno Dashboard
Your private secret key (server-side only)
Body
{ "currency": "BRL", "value": 100 }
ISO 3166-1 alpha-2 country code
^[A-Z]{2}$"BR"
Payment description shown to customer
"Invoice #INV-2026-001"
Your unique order identifier
"order-link-001"
Expiration date for the link
"2026-03-08T23:59:59.000Z"
Response
Payment link created successfully
"pl_a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Shareable payment link URL
"https://pay.y.uno/pl_a1b2c3d4"
{ "currency": "BRL", "value": 100 }
"BR"
ACTIVE, COMPLETED, CANCELLED, EXPIRED "ACTIVE"
"Invoice #INV-2026-001"
"order-link-001"
"2026-03-08T23:59:59.000Z"
"2026-03-01T14:00:00.000Z"