Add the endpoint for transaction status checking.
Add a role to the deposit endpoint: one player can place a deposit no more than once every 5 minutes.
Examples of validation error responses were updated in the Documentation.
Examples of authorization error responses were added to the Documentation.
The info about amount in chapter Callback will be updated.
a new feature has beed added to be able to reapprove canceled deposit transaction. In this case you will be delivered new callback with status is pending that means transaction status was updated as pending status and it can be reapproved.
amount value in the callback for deposit will be able to sent different than actual amount due to being transferred incorrect amount by the players. In this case you have to update deposit transaction amount of the user on your side and credit user with this new amount. Please check amount value sent in callback requests if there is a difference.
preferred redirect_urlandredirect_modecan be set once you've sent deposit request.
header X-Customer-Secretrenamed as X-Customer-Authorization, hash value must be sent in the header as X-Customer-Authorization: hash('sha256',secret)
header X-Customer-Id now is required. You must add it in header with relevant client Id we have delivered in credentials.
token hash evaluate has been changed from md5 to sha256 which is sent in the callbacks to your endpoint.
minor bug fixes, performance improvements
bank limits included in bank list response
minor bug fixes, performance improvements
Modified at 2025-12-29 18:26:10