Possible to test REFUND server notifications in sandbox?

Even though we can finally manage our sandbox subscriptions through settings on iOS14, cancelled subscriptions there are only treated as such and not as a refunded subscription. I would like to know if there's a way to refund a sandbox purchase (consumables or subscriptions) and have a REFUND notification sent so we can test such behaviors.

Replies

Also a point of concern:

https://developer.apple.com/documentation/appstoreservernotifications/unified_receipt

Code Block
[unified_receipt.Latest_receipt_info]
An array that contains the latest 100 in-app purchase transactions of the decoded value in latest_receipt. This array excludes transactions for consumable products your app has marked as finished.


I'd assume that refunded transactions for consumable products ARE included in latestreceiptinfo but that sort of contradicts with the above description. And this is why I'd like to be able to test this in sandbox.