get https://api.catappult.io/productv2/8.20250505/google/inapp/v3/applications//purchases/voidedpurchases
This API provides the Voided Purchases associated to a specific Application. It allows you to retrieve with filters the Voided Purchases associated to your application. This API does not require authentication.
Show detailed information about the Success (200) result
The Success result returns the following detailed payload:
Name | Type | Description |
---|---|---|
kind | String | Type of voided purchase object. |
purchaseToken | String | Purchase token for the Purchase. |
orderId | String | Order ID for the Purchase. |
purchaseTimeMillis | Long | Time in millis for when the Purchase was made. |
voidedTimeMillis | Long | Time in millis for when the Purchase was voided. |
voidedReason | Int | Reason of the Voiding of the Purchase. |
voidedReason
Value | Description |
---|---|
0 | Purchase has been REFUNDED. |
7 | Purchase has been CHARGEDBACK. |