How to check if the refund for consumable IAP for apple is refunded fully or partially and its amount?

We want to know whether the refund requested by the user for the consumable IAP of Apple is refunded fully or partially. I can get the revocation date on when the refund was processed but I also want to know whether the user got a refund fully or partially and its amount as well if possible. we tried to get transaction info and also the refund history of App Store Server API but we are only getting the revocation date and revocation reason we also want to know if the refund was processed as fully or partially and how much money did the user got back on refund successful. Also checked the webhook data we get for REFUND notificationType, we don't get back any field that helps us identify whether refund was full or partial and its amount as well.

Accepted Reply

Consumable IAP's cannot be partially refunded. Only full refunds supported.

Replies

Consumable IAP's cannot be partially refunded. Only full refunds supported.