Skip to main content
Products group reusable catalog items. Each product can spawn payment links with shared branding and metadata. Base path: /api/v1/merchant/products

Endpoints

List products

GET /api/v1/merchant/products

Get product

GET /api/v1/merchant/products/:id

Create product

POST /api/v1/merchant/products

Update product

PATCH /api/v1/merchant/products/:id
POST /api/v1/merchant/products/:id/links Creates a payment link attached to the product. Optional customerEmail, customerName, customerExternalId, and metadata.
GET /api/v1/merchant/products/:id/links lists links for the product.

Common errors