1. Create product
The product represents your service in the Paymove system (parking, ticket, subscription, etc.). It is the root of the model - pricing, forms, customizations, and webhooks are attached to a specific product. Example create product request:| Field | Description |
|---|---|
partnerId | Partner identifier (assigned by Paymove). |
productType | Product type - for DocPay: PAY. |
fullName | Full product/company name. |
name | Product name |
shortName | Short display name. |
location | Location (e.g. address or country code). |
timezone | IANA timezone (e.g. Europe/Warsaw). |
2. Pricing, forms, UI customization, webhooks, subproduct
Steps 2–6 (pricing, forms, UI customization, webhook registration and product assignment, subproduct and QR codes) are described on the REST API page as steps 1–5. You will find endpoints, request bodies, and responses there.REST API
Full endpoint reference in configuration order: pricing, forms, UI
customization, webhooks, subproduct and QR.
