It is mandatory to have a meter number verified before vending/token generation.
Element | Type | Description |
---|---|---|
referenceNumber | String - compulsory | This is the reference number generated by our api during the meter number verification stage |
amount | String- compulsory | This amount is important. During meter number verification if the minimumPurchase is higher than the first proposed amount, its then important your application to increase the amount to avoid vending errors. This amount must be higher than the minimumPurchase amount. |
Element | Type | Description |
---|---|---|
status | String - compulsory | The status of the vending request |
Description | String -compulsory | The text description of what the status means |
code | String | 00 if the transaction is a successful |
data | object - Compulsory if the response status is successful (00) | This json object contains the information of the meter vending obtained from the disco |
transactionId | String | This is the reference number generated by our api application during meter number verification process |
amount | String - compulsory | this is the actual amount that was vended. |
transactionDate | String - compulsory | The date time of this successful transaction |
meterNumber | String - compulsory | Meter number |
merchantReference | String - compulsory | the transaction reference number your application generated during the meter number verification process |