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.