PurchaseResponseCode
Represents the response code for a purchase request initiated via .
Enumeration Members
SUCCESSFUL
SUCCESSFUL:
0
Indicates that the purchase was successfully completed.
ALREADY_PURCHASED
ALREADY_PURCHASED:
1
Indicates that the customer already owns the provided SKU.
INVALID_SKU
INVALID_SKU:
2
Indicates that the SKU originally provided to the PurchasingService.purchase(String) method is not valid.
NOT_SUPPORTED
NOT_SUPPORTED:
3
Indicates this call is not supported.
FAILED
FAILED:
4
Indicates that the purchase failed.
Last updated: Jul 22, 2026

