Deposit status
Deposit status
GET
https://pay.skinout.gg/api/v1/deposit/status
The method returns the status of a previously created deposit.
Query Parameters
payment_id*
String
Deposit ID in your system
*One of the parameters payment_id or transaction_id is required
transaction_id*
String
Deposit ID in Skinout Pay
*One of the parameters payment_id or transaction_id is required
Headers
Api-Key
String
Response params description
Deposit ID in your system
Deposit ID in Skinout Pay
Timestamp of deposit creation in Unix timestamp
User Steam64id
Deposit status. Can be - success, pending, failed
The currency in which the user will be shown the cost of the skins
Currency exchange rate to USD
Deposit amount in currency. Parameter will only be returned if status=success
Deposit amount in USD * 1000. This amount will be credited to the project balance in Skinout Pay. Parameter will be returned only if status=success
An array that contains a list of deposit skins and their cost. Parameter will only be returned if status=success
Last updated