v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-122928103.7 KB
Products

Create a product

Create a new product in your catalog. Products can be referenced when creating payments to pre-fill amount and description.

post/v1/products

Headers

X-Idempotency-Keystring required

A unique string to ensure the request is processed only once. Must be unique per request. Valid for 24 hours.

Request body

externalIdstring

Your own product ID.

namestring required

Product name.

descriptionstring

Product description.

amountnumber

Default price.

metadataobject

Response

Product created.