# Deposit notification payload **POST /v1/notification/deposit** This is not an actual endpoint. SkinsMoney sends you notification with payload shown here. Notification is sent as JSON. You MUST respond to it with HTTP 200 status code, and body must be "OK". ## Servers - https://api.skinsmoney.gg: https://api.skinsmoney.gg () ## Authentication methods - Default ## Parameters ## Body parameters Content-type: application/json - **serviceId** (uuid) Service ID - **minValue** (number) Minimum trade value, which you specified upon creating deposit - **tradedValue** (number) Actual traded value - **steamId** (string) Buyers' STEAMID64 - **transactionId** (uuid) Deposit ID - **date** (string) Date formatted in ISO8601 format - **status** (string) Deposit status - **currency** (string) - **ipnAttempt** (integer) IPN delivery attempt - **isTest** (integer) Is deposit executed in test mode? - **custom** (string) Custom parameter requested upon deposit create. This field will not be shown if it was omitted on creating deposit - **redirectUrl** (string) Redirect url. This field will not be shown if it was omitted on creating deposit - **signature** (string) Signature hashed in sha256 using parameters in above order + hash key from panel, separated with | ## Responses ### 200: IPN handled successfully #### Body Parameters: text/plain (string) string [Powered by Bump.sh](https://bump.sh)