Steam - Finalise Transaction
Designing
POST
https://api.lootlocker.com/game/store/steam/redeem/finalise
economy
If succesful, then the user will have been charged and the purchases redeemed.
NOTE
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.com/game/store/steam/redeem/finalise' \
--header 'x-session-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"entitlement_id": "{{steam_entitlement_id}}"
}'
Response Response Example
400 - Invalid Request Body
{
"message": "invalid request body",
"trace_id": "71ccd936767b76bb509732fcd255ca61",
"request_id": "0e5c9b70-e564-4f45-8259-8fb9a1b9f31d"
}
Request
Header Params
x-session-token
stringÂ
required
Default:
{{session_token}}
Body Params application/json
Responses
Modified at 2024-02-01 10:58:36