Help Contact
enEN
ENEN DEDE ESES PLPL PT-BRPT-BR PT-PTPT-PT RURU TRTR VIVI ZH-CNZH-CN
Connect Website
Help Contact

API

General
General Information Generate a signature
Deposits
Getting started Create a deposit Create a deposit without redirection (iframe) Deposit notification (webhook) Check an deposit status Get a list of deposits Deposits without 8-day waiting period (Steam Trade Protection) Deposit approval with 8-day hold Get failed webhook notifications
Deposits without SkinsBack UI
Create a deposit without SkinsBack UI (API) Get user's inventory
Skins Withdraw
Skins price list Skins search Buy skin Bulk buy skins Get skin purchase info Skin purchase history
Other
Get the project balance Get the history of withdrawals and deposits of money Get currencies and rates Server status Events real-time: websockets Events real-time: webhooks

Get failed webhook notifications

This method is used to obtain information about the deposit where the webhook could not reach the server.

The required parameters are highlighted in blue.

Send a POST request to API Endpoint with the following parameters:

method
string
callback_error_list
start_from
int
start_from parameter from response for page navigation (results limited 1000)

Response from the server:

If successful, a JSON object with the following contents will be sent in response:

total_count
int
Total results count (results limited 1000)
has_more
bool
Are there more pages to paginate
start_from
int
Used for page navigation
items
array
An array of the elements described below

'items' structure

transaction_id
int
Transaction ID in our system
order_id
string
Unique Order ID in your system
http_code
string
HTTP status code from your server

List of possible errors:

standard errors:
-1
please_use_post_method
Need to use the POST method
-2
invalid_shopid
Project Client ID not found in the system
-3
invalid_signature
Invalid signature
-4
shop_not_active
Project inactive
-5
invalid_method
Invalid API method
-7
request_limit_reached
API requests limit reached (500/per minute)
-8
invalid_ip_address
Specify IP address in merchant panel
-9
under_maintenance
Site under maintenance
-10
invalid_client_secret
Invalid X-CLIENT-SECRET header
© 2025 SkinsBack. All right reserved.
Help Contact Service Agreement