Creates of the player transaction in our database and returns link to form with confirmation of dataFields are mandatory.There is a rule: one player can place a deposit no more than once every 5 minutes.
Request
Header Params
Body Params multipart/form-data
Responses
🟠400deposit - validation error
application/json
Body
Examples
{"error":{"player_username":["The player username field is required."],"amount":["The amount field must be a number."]}}