Merchant API reference
MoneyPaga endpoint documentation.
Stable reference for merchant integrations using scoped rm_test_ or rm_live_ API keys.
| Method | Path | Purpose | Scope |
|---|---|---|---|
| GET | /v1/products/{id} | Get product | orders:read. |
| GET | /v1/invoices/{id} | Get invoice | invoices:read. |
| POST | /v1/invoices/{id}/charge | Create or reuse invoice charge | charges:write. |
| GET | /v1/invoices/{id}/charge | Get invoice payment instructions | charges:read. |
| GET | /v1/invoices/{id}/pdf | Download invoice PDF | invoices:read. |
| GET | /v1/charges | List charges | charges:read. |
| POST | /v1/portal/sessions | Create customer portal session | customers:read. |
| GET | /v1/customers/{id} | Get customer | customers:read. |
| GET | /v1/products | List products | orders:read. |
| GET | /v1/payments | List payments | charges:read. |
| GET | /v1/entitlements/check | Check entitlement balance | customers:read. |
| POST | /v1/customers | Create customer | customers:write. |
| GET | /v1/customers | List customers | customers:read. |
| GET | /v1/orders | List orders | orders:read. |
| POST | /v1/orders | Create order | orders:write. |
| GET | /v1/orders/{id} | Get order | orders:read. |
| GET | /v1/invoices | List invoices | invoices:read. |
| GET | /v1/subscriptions/{id} | Get subscription | subscriptions:read. |
| PATCH | /v1/subscriptions/{id} | Update subscription | subscriptions:write. |
| GET | /v1/prices | List prices | orders:read. |
| POST | /v1/orders/{id}/invoice | Create invoice for order | invoices:write. |
| GET | /v1/charges/{id} | Get charge | charges:read. |
| POST | /v1/payments/{id}/refund-request | Request payment refund | refunds:write. |
| GET | /v1/subscriptions | List subscriptions | subscriptions:read. |
| POST | /v1/subscriptions | Create subscription | subscriptions:write. |
| GET | /v1/entitlements | List entitlements | customers:read. |
| POST | /v1/entitlements/consume | Consume entitlement units | customers:write. |