Get Final Checkout Price - Revadike/InternalSteamWebAPI GitHub Wiki
GET /checkout/getfinalprice
Rate limits
No known rate limit
Request
Authenticated: Yes
Method:
GETHost:
store.steampowered.comPath:
/checkout/getfinalpriceQuery Parameters:
Name Type Required Description countstring TODOTODOtransidstring TODOTODOpurchasetypestring TODOTODOmicrotxnidstring TODOTODOcartstring TODOTODOgidReplayOfTransIDstring TODOTODO
Response
200 OK
Name Type Description successnumber TODOpurchaseresultdetailnumber TODObasestring TODOtaxstring TODOdiscountstring TODOshippingstring TODOimportfeestring TODOcurrencycodenumber TODOtaxtypenumber TODOproviderpaymentmethodnumber TODOwallettotalstring TODOwalletcreditchangednumber TODOhitminprovideramountnumber TODOrequirecvvnumber TODOtaxdetailsobject TODOtaxdetails.billingobject TODOtaxdetails.billing.countrystring TODOtaxdetails.billing.statestring TODOtaxdetails.billing.postalstring TODOtaxdetails.shippingobject TODOtaxdetails.shipping.countrystring TODOtaxdetails.shipping.statestring TODOtaxdetails.shipping.postalstring TODOpromotionsstring TODOlineitemsstring TODOwalletcreditlineitemsstring TODOuseexternalredirectnumber TODOtotalloyaltypointsnumber TODO
Example
GET https://store.steampowered.com/checkout/getfinalprice/?count=1&transid=3770265811108383083&purchasetype=selfµtxnid=-1&cart=4225938231351122551&gidReplayOfTransID=-1
{
"success": 2,
"purchaseresultdetail": 7,
"base": "0",
"tax": "0",
"discount": "0",
"shipping": "0",
"importfee": "0",
"currencycode": 0,
"taxtype": 0,
"providerpaymentmethod": 0,
"wallettotal": "0",
"walletcreditchanged": 0,
"hitminprovideramount": 0,
"requirecvv": 0,
"taxdetails": {
"billing": {
"country": "",
"state": "",
"postal": ""
},
"shipping": {
"country": "",
"state": "",
"postal": ""
}
},
"promotions": "",
"lineitems": "",
"walletcreditlineitems": "",
"useexternalredirect": 0,
"totalloyaltypoints": 473
}