Optional
app_Optional
cancellation_The time Apple customer support canceled a transaction, in a date-time format similar to the ISO 8601.
This field is only present for refunded transactions.
Optional
cancellation_The time Apple customer support canceled a transaction, in UNIX epoch time format.
https://developer.apple.com/documentation/appstorereceipts/cancellation_date_ms
Optional
cancellation_The reason for a refunded transaction.
When a customer cancels a transaction, the App Store gives them a refund and provides a value for this key.
Optional
expires_The time a subscription expires or when it will renew, in a date-time format similar to the ISO 8601.
Optional
expires_The time a subscription expires or when it will renew, in UNIX epoch time format, in milliseconds.
Use this time format for processing dates. https://developer.apple.com/documentation/appstorereceipts/expires_date_ms
Optional
expires_The time a subscription expires or when it will renew, in the Pacific Time zone.
Optional
in_The relationship of the user with the family-shared purchase to which they have access.
Possible Values:
FAMILY_SHARED
: The transaction belongs to a family member who benefits from service.PURCHASED
: The transaction belongs to the purchaser.Optional
is_An indicator of whether an auto-renewable subscription is in the introductory price period.
https://developer.apple.com/documentation/appstorereceipts/is_in_intro_offer_period
Optional
is_An indicator of whether a subscription is in the free trial period.
https://developer.apple.com/documentation/appstorereceipts/is_trial_period
Optional
is_An indicator that a subscription has been canceled due to an upgrade.
This field is only present for upgrade transactions.
Optional
offer_Reference name of an offer code used by the user to make this transaction.
The time of the original app purchase, in a date-time format similar to ISO 8601.
The time of the original app purchase, in UNIX epoch time format, in milliseconds.
Use this time format for processing dates. For an auto-renewable subscription, this value indicates the date of the subscription's initial purchase. The original purchase date applies to all product types and remains the same in all transactions for the same product ID. This value corresponds to the original transaction’s transactionDate property in StoreKit.
The time of the original app purchase, in the Pacific Time zone.
The transaction identifier of the original purchase.
https://developer.apple.com/documentation/appstorereceipts/original_transaction_id
The unique identifier of the product purchased.
You provide this value when creating the product in App Store Connect, and it corresponds to the productIdentifier property of the SKPayment object stored in the transaction's payment property.
Optional
promotional_The identifier of the subscription offer redeemed by the user.
https://developer.apple.com/documentation/appstorereceipts/promotional_offer_id
The time the App Store charged the user's account for a purchased or restored product, or the time the App Store charged the user’s account for a subscription purchase or renewal after a lapse, in a date-time format similar to ISO 8601.
The time the App Store charged the user's account for a purchase or renewal, in milliseconds since EPOCH.
For consumable, non-consumable, and non-renewing subscription products, the time the App Store charged the user's account for a purchased or restored product.
For auto-renewable subscriptions, the time the App Store charged the user’s account for a subscription purchase or renewal after a lapse.
Use this time format for processing dates.
The time the App Store charged the user's account for a purchase or renewal, in the Pacific Time zone.
Optional
quantityThe number of consumable products purchased.
This value corresponds to the quantity property of the SKPayment object stored in the transaction's payment property.
The value is usually “1” unless modified with a mutable payment.
The maximum value is 10.
Optional
subscription_The identifier of the subscription group to which the subscription belongs.
The value for this field is identical to the subscriptionGroupIdentifier property in SKProduct.
A unique identifier for a transaction such as a purchase, restore, or renewal.
https://developer.apple.com/documentation/appstorereceipts/transaction_id
A unique identifier for purchase events across devices, including subscription-renewal events.
This value is the primary key for identifying subscription purchases.
The appAccountToken associated with this transaction.
This field is only present if your app supplied an appAccountToken(_:) when the user made the purchase.