API Reference
Welcome to the Numeral API v2026-01-01 reference documentation. This version introduces Merchant Management and Platform Calculations for marketplace and payment processor scenarios.What’s New in 2026-01-01
Merchant Management
Create and manage merchants (sellers) on your platform with full CRUD operations.
Platform Calculations
Calculate taxes for marketplace transactions with per-unit pricing and fee support.
Key Changes
Authentication
All API requests require a Bearer token in the Authorization header:API Version Header
To use this version, include theX-API-Version header:
The merchant and platform calculation endpoints require the
2026-01-01 version header.Base URL
Endpoints Overview
New in 2026-01-01
| Endpoint | Method | Description |
|---|---|---|
/tax/merchants | POST | Create a new merchant |
/tax/merchants | GET | List all merchants |
/tax/merchants/:id | GET | Get a merchant |
/tax/merchants/:id | POST | Update a merchant |
/tax/merchants/:id | DELETE | Delete a merchant |
/tax/platform/calculations | POST | Calculate platform taxes |
Existing Endpoints
| Endpoint | Method | Description |
|---|---|---|
/tax/calculations | POST | Calculate taxes |
/tax/transactions | POST | Record a transaction |
/tax/refunds | POST | Create a refund |
/tax/products | POST, GET | Manage products |
/tax/customers | POST, GET | Manage customers |