-
Notifications
You must be signed in to change notification settings - Fork 22
Request Free Bundle
Revadike edited this page Jul 10, 2021
·
1 revision
No known rate limit
Authenticated: Yes
Method:
POST
Host:
store.steampowered.com
Path:
/checkout/addfreebundle/:packageid
Variables:
Name Type Description bundleid
number The Steam BundleID Form Data:
Name Type Required Description ajax
boolean No Whether to return JSON or the full page HTML sessionid
string Yes The value of the sessionid
cookie
Name Type Description []
array Returns empty array ( []
) if successfulpurchaseresultdetail
number Enum PurchaseResultDetail
0
: NoDetail1
: AVSFailure2
: InsufficientFunds3
: ContactSupport4
: Timeout5
: InvalidPackage6
: InvalidPaymentMethod7
: InvalidData8
: OthersInProgress9
: AlreadyPurchased10
: WrongPrice11
: FraudCheckFailed12
: CancelledByUser13
: RestrictedCountry14
: BadActivationCode15
: DuplicateActivationCode16
: UseOtherPaymentMethod17
: UseOtherFunctionSource18
: InvalidShippingAddress19
: RegionNotSupported20
: AcctIsBlocked21
: AcctNotVerified22
: InvalidAccount23
: StoreBillingCountryMismatch24
: DoesNotOwnRequiredApp25
: CanceledByNewTransaction26
: ForceCanceledPending27
: FailCurrencyTransProvider28
: FailedCyberCafe29
: NeedsPreApproval30
: PreApprovalDenied31
: WalletCurrencyMismatch32
: EmailNotValidated33
: ExpiredCard34
: TransactionExpired35
: WouldExceedMaxWallet36
: MustLoginPS3AppForPurchase37
: CannotShipToPOBox38
: InsufficientInventory39
: CannotGiftShippedGoods40
: CannotShipInternationally41
: BillingAgreementCancelled42
: InvalidCoupon43
: ExpiredCoupon44
: AccountLocked45
: OtherAbortableInProgress46
: ExceededSteamLimit47
: OverlappingPackagesInCart48
: NoWallet49
: NoCachedPaymentMethod50
: CannotRedeemCodeFromClient51
: PurchaseAmountNoSupportedByProvider52
: OverlappingPackagesInPendingTransaction53
: RateLimited54
: OwnsExcludedApp55
: CreditCardBinMismatchesType56
: CartValueTooHigh57
: BillingAgreementAlreadyExists58
: POSACodeNotActivated59
: CannotShipToCountry60
: HungTransactionCancelled61
: PaypalInternalError62
: UnknownGlobalCollectError63
: InvalidTaxAddress64
: PhysicalProductLimitExceeded65
: PurchaseCannotBeReplayed66
: DelayedCompletion67
: BundleTypeCannotBeGifted68
: BlockedByUSGov69
: ItemsReservedForCommercialUse70
: GiftAlreadyOwned71
: GiftInvalidForRecipientRegion72
: GiftPricingImbalance73
: GiftRecipientNotSpecified74
: ItemsNotAllowedForCommercialUse75
: BusinessStoreCountryCodeMismatch76
: UserAssociatedWithManyCafes77
: UserNotAssociatedWithCafe78
: AddressInvalid79
: CreditCardNumberInvalid80
: CannotShipToMilitaryPostOffice81
: BillingNameInvalidResemblesCreditCard82
: PaymentMethodTemporarilyUnavailable83
: PaymentMethodNotSupportedForProduct
Name Type Description null
object Returns null
if bundle is not allowed.
Name Type Description null
object Returns null
if bundle is not found/valid.
Name Type Description null
object Returns null
request was unsuccessful.
POST https://store.steampowered.com/checkout/addfreebundle/232 { sessionid: "a0b1c2d3e4f5g6h7i8j9klmn", ajax: true }
[]