Getting started
To get started with the API SkinsBack, you need the following
1) Configure the Success URL for the project — the address where you want to redirect the user to a successful payment (for example, a page with the text "you have successfully replenished the balance")
2) Set the Fail URL - the address where you want to redirect the user if payment is unsuccessful (for example, a page with the text "failed to replenish balance")
3) Configure Result URL (webhook) - the address to which information about the successful/unsuccessful deposit will be sent (including the amount). More details here
4)
Create an deposit using the API
API interaction principle SkinsBack:
1) You send a request to create a deposit, and we give you the URL to redirect the user to. More details here
2) The user appears on the payment page, selects his game items, and passes them to us
3) We send to your Result URL (webhook), payment information (successful or not, replenishment amount/how much credited to balance). More details here
4) After successful payment, the user will be redirected to Success URL, in case of unsuccessful - Fail URL