API Reference
Welcome to the Numeral API v2026-03-01 reference documentation. This version introduces IP-Based Tax Resolution, allowing you to calculate taxes using a customer’s IP address instead of a full street address.What’s New in 2026-03-01
IP-Based Tax Resolution
Resolve customer location from an IP address for tax calculations without requiring a full address.
Resolution Modes
Choose how to handle insufficient IP data: strict, zero, approximate, or best_effort.
Inherited from 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
IP-Based Tax ResolutionYou can now pass The response will include
customer.ip instead of (or in addition to) customer.address:location_source, resolution_precision, and address_used to indicate how the location was determined.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-03-01 (or 2026-01-01) version header.Base URL
Endpoints Overview
New in 2026-03-01
| Feature | Endpoints Affected | Description |
|---|---|---|
| IP-Based Tax Resolution | /tax/calculations, /tax/platform/calculations | Pass customer.ip instead of or in addition to customer.address |
From 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 |