Get Final Checkout Price - Revadike/InternalSteamWebAPI GitHub Wiki
GET /checkout/getfinalprice
Rate limits
No known rate limit
Request
Authenticated: Yes
Method:
GET
Host:
store.steampowered.com
Path:
/checkout/getfinalprice
Query Parameters:
Name Type Required Description count
string TODO
TODO
transid
string TODO
TODO
purchasetype
string TODO
TODO
microtxnid
string TODO
TODO
cart
string TODO
TODO
gidReplayOfTransID
string TODO
TODO
Response
200 OK
Name Type Description success
number TODO
purchaseresultdetail
number TODO
base
string TODO
tax
string TODO
discount
string TODO
shipping
string TODO
importfee
string TODO
currencycode
number TODO
taxtype
number TODO
providerpaymentmethod
number TODO
wallettotal
string TODO
walletcreditchanged
number TODO
hitminprovideramount
number TODO
requirecvv
number TODO
taxdetails
object TODO
taxdetails.billing
object TODO
taxdetails.billing.country
string TODO
taxdetails.billing.state
string TODO
taxdetails.billing.postal
string TODO
taxdetails.shipping
object TODO
taxdetails.shipping.country
string TODO
taxdetails.shipping.state
string TODO
taxdetails.shipping.postal
string TODO
promotions
string TODO
lineitems
string TODO
walletcreditlineitems
string TODO
useexternalredirect
number TODO
totalloyaltypoints
number 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
}