Base URL
Public merchant endpoints
| Method | Path | Description |
|---|---|---|
| GET | /health | Service health check |
| POST | /v1/invoices | Create invoice |
| GET | /v1/invoices/{id} | Get invoice |
| GET | /v1/invoices/{id}/status | Poll invoice status |
| POST | /v1/integration/woocommerce/connect | Connect WooCommerce |
| POST | /v1/integration/woocommerce/disconnect | Disconnect WooCommerce |
Not included in public API
The following are internal and not documented in this reference:/v1/dashboard/*— Merchant dashboard (JWT)/v1/platform-admin/*— Platform administration (JWT)/v1/checkout/*— Hosted checkout session (browser-facing)/v1/public/payment-links/*— Pay Link checkout (browser-facing)
OpenAPI specification
Full schema: see generated reference fromopenapi.yaml in this documentation site.