In what cases does the transaction in the 'signedTransactions' property array respond with more than one transaction?
Is it the case that the in-app purchase product type is 'Auto-Renewable Subscription'?
https://developer.apple.com/documentation/appstoreserverapi/look_up_order_id
https://developer.apple.com/documentation/appstoreserverapi/orderlookupresponse
Post
Replies
Boosts
Views
Activity
Hello, The guide document guides 'This endpoint isn't available in the sandbox environment.' Why does the Sandbox URL exist?
Will the order ID be created if purchase occurs in the Sandbox environment?
https://developer.apple.com/documentation/appstoreserverapi/look_up_order_id
The guide document guides 'This endpoint isn't available in the sandbox environment.' Why does the Sandbox URL exist?
Will the order ID be created if purchase occurs in the Sandbox environment?
https://developer.apple.com/documentation/appstoreserverapi/look_up_order_id
There are several auto-renewable subscriptions with the same 'webOrderLineItemId' value. (The 'originalTransactionId' value is the same and 'transactionId' is different.) If you look up the History API based on 'originalTransactionId', you can see that only one auto-renewable subscription with the same 'webOrderLineItemId' value is viewed. What is the criteria for looking up?
I searched History API based on 'originalTransactionId' value. However, auto-renewable subscriptions that do not match 'originalTransactionId' are also being viewed in response. What is the reason?
https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history
platform: Please let me know which platform 'Non-Apple platform' is referring to. For example, Google or Amazon? And is it correct to mean the platform that consumed the products received due to in-app purchases?
playTime: Does 'playTime' mean the time when the customer purchased the app and actually accessed the app? Or do you mean the time you accessed after the in-app purchase?
lifetimeDollarsPurchased/lifetimeDollarsRefunded: If the app has multiple accounts for that customer, is the purchased/refunded amount for all accounts?
Hello.
platform: Please let me know which platform 'Non-Apple platform' is referring to. For example, Google or Amazon? And is it correct to mean the platform that consumed the products received due to in-app purchases?
playTime: Does 'playTime' mean the time when the customer purchased the app and actually accessed the app? Or do you mean the time you accessed after the in-app purchase?
Hello
I called the 'Get Transaction Info' API with Auto-Renewable Subscription product type transactionId.
I received a success response and called the 'Get Transaction History' API with the value 'originalTransactionId'.
The response 'transaction' of the 'Get Transaction History' API that matches the 'webOrderLineItemId' value received through the 'Get Transaction Info' API was found, but the 'transactionId' value was different.
Why is this happening?
Which of the two transactions is normal?
https://developer.apple.com/documentation/appstoreserverapi/get_transaction_info
https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history
accountTenure: Is this the app's customer account registration period?
lifetimeDollarsPurchased: Do I have to include the amount refunded from the in-app purchase amount since I bought it?
playTime: What is the standard for the time you used the app?
refundPreference: I don't know the meaning of the '3' value.
Hello, I'm using 'App Store Server Notifications V2'.
I have a question about 'CONSUMPTION_REQUEST' notification in 'notificationType'.
I was wondering if there would be any impact on refunds if I received this notification and didn't respond. (Always refund etc..)
Hello, I call transaction information for several apps. And I don't have environment information.
That's why I'm calling the sandbox environment as an official guide.
Call the endpoint using the production URL. If the call succeeds, the transaction identifier belongs to the production environment.
If you receive an error code 4040010 TransactionIdNotFoundError, call the endpoint using the sandbox environment.
If the call succeeds, the transaction identifier belongs to the sandbox environment. If the call fails with the same error code, the transaction identifier isn’t present in either environment.
However, unlike the official guide, certain apps sometimes use production URLs to call endpoints to receive 401 status codes and successfully call endpoints using the sandbox environment.
Why does this difference occur unlike the official guide?
I receive a 401 status code in response from a production environment endpoint, I want to know if this status code is a real error or if I have to call it into a sandbox environment.
Can I check with the key 'x-apple-request-uuid' in the response header?
Please let me know the solution.
I call transaction information for several apps. And I don't have environment information.
So I'm calling the sandbox environment as an official guide.
However, unlike the official guide, certain apps sometimes succeed by calling an endpoint using a production URL to receive an error code 401 and calling an endpoint using a sandbox environment.
Why does this difference occur unlike the official guide?
Because of this difference, sometimes it's a production environment and JWT hasn't expired, but I get a 401 error and call the sandbox environment.
2. Please let me know the solution.
I received a refund notification for a consumable product, but the latest_receipt_info property does not exist in the unified_receipt property, or there are no transactions that match the original_transaction_id property value.
Are the original_transaction_id property values really refunded?
How can I check the cancelation_date_ms value and cancelation_reason value?
V2 Notifications cannot be changed.
I'm constantly struggling because of this phenomenon. Please reply.
https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/handling_refund_notifications
I received a refund notification for a consumable product, but the latest_receipt_info property does not exist in the unified_receipt property, or there are no transactions that match the original_transaction_id property value.
Are the original_transaction_id property values really refunded?
How can I check the cancelation_date_ms value and cancelation_reason value?
https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/handling_refund_notifications
I received a refund notification, but the latest_receipt_info property does not exist inside the unified_receipt property, or there is no transaction matching the original_transaction_id property value. How can I check the cancellation_date_ms property value?
Received 'REFUND' notification from server for 'App Store Server Notification V1'.
Among the 'responseBodyV1' properties, the 'original_transaction_id' value and
Should I find and process transactions that match 'unified_receipt' > 'latest_receipt_info' > 'original_transaction_id'?
Sometimes there are no transactions in the history of 'latest_receipt_info' that match 'original_transaction_id'.