- A password reset request is sent by a sale point (request resetPassword)
- API Billon returns a request status (‘OK’ or ‘ERROR’)
- API Billon send the new password to the cashier via SMS
In the test environment the password is always set to ‘12345678’ and is not sent via SMS.
The HTTP request is sent via the POST method to: https://billon.io/request/moneykey/resetPassword
Request: Password reset
Parametr | Typ danych | Opis |
Timestamp | String | GMT time in YYYYMMDDhhmmss form – na przykład 20171031104530. If timestamp has already been used, API will return error 13. |
Sale_Point_ID | String | Sale point ID |
Cashier_Login | String | Cashier login |
Hash | String | The method for calculating this parameter is described on ‘Security’ page |
Response: Request status
Parametr | Typ danych | Opis |
Status | String | ‘OK’ in case of succes or ‘ERROR’ in case of error |
Unique_Response_ID | String | Unique ID of Billon API response |
ERR_Code | String | Error code (parameter is empty in case of success) |
ERR_Description | String | Error description (parameter is empty in case of success) |
Hash | String | The method for generating this parameter is described on the ‘Security’ page |