/The notifications/test request was successful, but there were no notification messages from the Apple Store

requestUrl:https://api.storekit-sandbox.itunes.apple.com/inApps/v1/notifications/test method:Post

responseCode:200 testNotificationToken:06beba6c-7587-44f6-a4b8-f12b11db6061_1745832671126

Request environment: ①APP from: TestFlight ②Apple acount : Sandbox account ③Apple originalTransactionId: 2000000907966801

App Store sandbox server notification configuration is fine(https://*.com/v2/apple_refund_notify), I have tried many times, but have not received any notification from Apple. Is this API not working?

Have you checked the Get Test Notification Status endpoint (https://developer.apple.com/documentation/appstoreserverapi/get-test-notification-status) with that testNotificationToken to see the status of the notification?

Hello, I have a question, ① I use this API (/nootifications/test/{testNotificationToken}) to simulate a refund, and call the server refund notice after obtaining the request data. The output data of parsing does not have a Apple originalTransactionId, Is there any problem with me using this API?

SignedPayload parsing=>{"Data": {"BundleId": "com. *. *", "Environment": "Sandbox", "Purchase Date": 0, "Refund Date": 0}, "Notification Type": "Test", "Notification UUID": “06beba6c-7587-44f6-a4b8-f12b11db6061”, Signature Date: 1745832671128 Version: 2.0  @App Store Commerce Engineer

/The notifications/test request was successful, but there were no notification messages from the Apple Store
 
 
Q