Parameter | Type | Description |
---|---|---|
terminalId | string | Identifier of the terminal making the request |
operatorId | string | Identifier of the operator (e.g., telecom or utility) |
account | string | The user’s account number or MSISDN (e.g., phone number) |
dynamicProductId
: Unique identifier of the dynamic product (used for purchasing)description
: Human-readable product descriptionamount
: Price of the productcurrency
: Currency used by the operator (e.g., EUR, USD)additionalData
(optional): A list of key-value pairs required by the operator to complete the purchase. These may include fields like meterNumber
, referenceCode
, or other operator-specific inputs.GET /pre-paid/recharge/parameters/{terminalId}/{operatorId}
endpoint and verifying if dynamic: true
is present in the response.additionalData
, make sure to collect and submit those values during the purchase request.