-
Notifications
You must be signed in to change notification settings - Fork 27
Register Key
Revadike edited this page Sep 23, 2021
·
1 revision
In the past 60 mins, there can be at most 10 failed activations and/or 50 succesful activations. Free license activations do not count.
Authenticated: Yes
Method:
POSTHost:
store.steampowered.comPath:
/account/ajaxregisterkeyForm Data:
Name Type Required Description product_keystring Yes The value of the Steam product key sessionidstring Yes The value of the sessionidcookie
Name Type Description purchase_result_detailsnumber TODOpurchase_receipt_infoobject TODOpurchase_receipt_info.transactionidstring TODOpurchase_receipt_info.packageidnumber TODOpurchase_receipt_info.purchase_statusnumber TODOpurchase_receipt_info.result_detailnumber TODOpurchase_receipt_info.transaction_timenumber TODOpurchase_receipt_info.payment_methodnumber TODOpurchase_receipt_info.base_pricestring TODOpurchase_receipt_info.total_discountstring TODOpurchase_receipt_info.taxstring TODOpurchase_receipt_info.shippingstring TODOpurchase_receipt_info.currency_codenumber TODOpurchase_receipt_info.country_codestring TODOpurchase_receipt_info.error_headlinestring TODOpurchase_receipt_info.error_stringstring TODOpurchase_receipt_info.error_link_textstring TODOpurchase_receipt_info.error_link_urlstring TODOpurchase_receipt_info.error_appidnumber TODOpurchase_receipt_info.line_items[]array TODOpurchase_receipt_info.line_items[].packageidnumber TODOpurchase_receipt_info.line_items[].appidnumber TODOpurchase_receipt_info.line_items[].line_item_descriptionstring TODOsuccessnumber TODOrwgrsnnumber TODO
POST https://store.steampowered.com/account/ajaxregisterkey { product_key: "TZV5T-M235R-D64ER", sessionid: "a0b1c2d3e4f5g6h7i8j9klmn" }
{
"purchase_result_details": 9,
"purchase_receipt_info": {
"transactionid": "18446744073709551615",
"packageid": 4294967295,
"purchase_status": 2,
"result_detail": 9,
"transaction_time": 1632363621,
"payment_method": 1,
"base_price": "0",
"total_discount": "0",
"tax": "0",
"shipping": "0",
"currency_code": 0,
"country_code": "",
"error_headline": "",
"error_string": "",
"error_link_text": "",
"error_link_url": "",
"error_appid": 0,
"line_items": [
{
"packageid": 128256,
"appid": 0,
"line_item_description": "Battlecrew: Space Pirates BETA: Will Lose Access At Launch"
}
]
},
"success": 2,
"rwgrsn": -2
}