Closed CodeMasterYi closed 1 year ago
I would like to know how can I lookup all of the refund history of my app. Is there any way to do that? client.get_refund_history only for one customer?
client.get_refund_history
The refund history endpoint only lookups up for one customer at a time. See https://developer.apple.com/documentation/appstoreserverapi/get_refund_history/ for more information
I would like to know how can I lookup all of the refund history of my app. Is there any way to do that?
client.get_refund_history
only for one customer?