Voided Purchases

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:

NameTypeDescription
kindStringType of voided purchase object.
purchaseTokenStringPurchase token for the Purchase.
orderIdStringOrder ID for the Purchase.
purchaseTimeMillisLongTime in millis for when the Purchase was made.
voidedTimeMillisLongTime in millis for when the Purchase was voided.
voidedReasonIntReason of the Voiding of the Purchase.

voidedReason

ValueDescription
0Purchase has been REFUNDED.
7Purchase has been CHARGEDBACK.

Language
Click Try It! to start a request and see the response here!