-
Notifications
You must be signed in to change notification settings - Fork 26
Get Final Checkout Price
Revadike edited this page Sep 10, 2021
·
1 revision
No known rate limit
Authenticated: Yes
Method:
GETHost:
store.steampowered.comPath:
/checkout/getfinalpriceQuery Parameters:
Name Type Required Description countstring TODOTODOtransidstring TODOTODOpurchasetypestring TODOTODOmicrotxnidstring TODOTODOcartstring TODOTODOgidReplayOfTransIDstring TODOTODO
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
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
}