Skip to main content
POST
Cancel payment link

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Path Parameters

The unique identifier of the payment link

Response

Payment link cancelled successfully

id
string<uuid>
Example:

"pl_a1b2c3d4-e5f6-7890-abcd-ef1234567890"

url
string<uri>

Shareable payment link URL

Example:

"https://pay.y.uno/pl_a1b2c3d4"

amount
object
Example:
country
string
Example:

"BR"

status
enum<string>
Available options:
ACTIVE,
COMPLETED,
CANCELLED,
EXPIRED
Example:

"ACTIVE"

description
string
Example:

"Invoice #INV-2026-001"

merchant_order_id
string
Example:

"order-link-001"

expires_at
string<date-time>
Example:

"2026-03-08T23:59:59.000Z"

created_at
string<date-time>
Example:

"2026-03-01T14:00:00.000Z"