Supported integration patterns
| Pattern | Entry point | Best for |
|---|---|---|
| WooCommerce | Plugin at checkout | WordPress/WooCommerce stores |
| Pay Links | Merchant Admin → Pay Links | Invoices, donations, simple sales |
| Direct API | POST /v1/invoices | Custom backends and platforms |
| Storefront | meum.io/@{store-slug} | Public store profile with active Pay Links |
Checkout URLs
| URL pattern | Purpose |
|---|---|
https://pay.meum.io/{invoiceId} | Hosted checkout for an invoice |
https://pay.meum.io/pay/{publicId} | Pay Link landing page |
Not yet documented
- Shopify integration — partial implementation exists in the codebase but is not production-ready. Shopify guides are intentionally omitted from this documentation.