Skip to main content
Payment links are fixed or open-amount checkout URLs scoped to your business and TEST or LIVE environment. Base path: /api/v1/merchant/links

Endpoints

GET /api/v1/merchant/links
GET /api/v1/merchant/links/:id
POST /api/v1/merchant/links
PATCH /api/v1/merchant/links/:id Send only fields to change: title, description, amount, currency, isActive, isOneTime, metadata, and others supported by the API.
POST /api/v1/merchant/links/:id/quote Body optional: { "invoice_major": 100 } for fiat invoice amount in major units.

Checkout sessions

GET /api/v1/merchant/links/:id/checkout-sessions?limit=20

Common errors

See Conventions for the full error envelope.