Payment Links
Cancel Payment Link
Cancels an active payment link, preventing further payments through it.
POST
Cancel 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 cancelled successfully
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"
Cancel payment link