PAY API (DocPay) lets partners fully manage payment products: tickets, services, payment requests. You configure pricing, customer forms, checkout page appearance, and integration via webhooks (payment notifications, pricing fetch). The entire purchase flow can be configured via API without changes to the partner’s frontend or backend.
Sandbox (Swagger): PAY API documentation URL is provided by Paymove (sandbox environment).
The configuration order (step by step) is described on the Configuration page. For endpoints and API details, see REST API.
Configuration
Step 1: create product. Steps 2–6 on the REST API page.
REST API
Endpoints in steps: pricing, forms, UI customization, webhooks, subproduct and QR.
What you need for integration
| Data | Description |
|---|
| partnerId | Partner identifier (assigned by Paymove). |
| API key | Authorization for PAY API calls (provided by Paymove). |
| Base URL | Environment URL (sandbox/production) provided by Paymove. |
Auth details and endpoint URLs are in the integration sections and in the PAY API Swagger docs.