The Spanish version is the authoritative reference. View in Spanish
Emission API — runtime numbering
Methods of the Emission API consumed by emitting systems (xPOS, SDTA API, kiosks) during operation. Which one to use depends on the biller profile:
- Local biller → manages sub-ranges: requests them with
RefillSubRangeand returns them withReleaseSubRange+ConfirmReleaseSubRange. - Centralized biller → requests numbering one number at a time with
GetNextNumber.
The base URLs are in the Methods and parameters introduction.
GetNextNumberPOSTDelivers the next available number from the primary range (centralized profile).RefillSubRangePOSTRequests a new numbering sub-range (local profile).ReleaseSubRangePOSTReleases an assigned sub-range, returning it to the primary range (local profile).ConfirmReleaseSubRangePOSTConfirms the sub-range release. Irreversible operation (local profile).