2025-02-7#
Deployment to support postpaid customers:Contact your sales representative to see if you qualify to use this payment type.
Added global /send endpoint that simplify sending recharges using only one endpoint for most operators.
2024-03-31#
Enhancements to the Operators Endpoint:To enhance flexibility and data management, we have introduced two new fields:apiEndpoint: string - Optionally includes the URL utilized by this operator for transaction submissions.
logoUrl: string - Optionally provides the URL for the operator's static logo asset.
These enhancements aim to offer increased adaptability for clients dynamically integrating with our API. 2024-03-21#
Modified Operators Endpoint:Added two new fields to improve flexibility and data handling:hasFixedAmounts: boolean - Indicates whether the operator has fixed amounts available. If true, the specific amounts can be found in the fixedAmounts field.
fixedAmounts: string - Contains the fixed amounts available for this operator, if hasFixedAmounts is set to true. The amounts are stringified and separated by commas (e.g., "50,100,150,200,500,1000,2000").
This update aims to differentiate operators that do not offer all products between their minAmount and maxAmount thresholds. Note that while minAmount and maxAmount may still be provided, they should be considered for reference only or ignored if hasFixedAmounts is true. 2024-01-15#
Modified at 2025-02-11 04:58:13