Purchase Details (ProductV2)

This API provides the details of Purchase oriented to our ProductV2 Service. It allows you to retrieve detailed information about a Purchase using the purchaseToken. This API is useful to obtain the Order UID of a Purchase which can then be used in other APIs, and also to verify the status of the Purchase. This API does not require authentication.


Show detailed information about the Success (200) result

The Success result returns the following detailed payload:

NameTypeDescription
uidStringPurchase ID defined as token in the Purchase class.
skuStringSKU of the Product purchased.
domainStringPackage name of the application that originated this Purchase.
typeStringType of the Product purchased.
statusStringStatus of the transaction.
stateStringState of the transaction.
payloadStringString based payload specified by the Developer when initiating this Purchase.
createdStringString based timestamp of the creation date. Eg: 2025-01-14T11:06:31.231117Z
buyerObjectObject with information of the Buyer source.
buyer.typeStringBuyer type. Example: WALLET
buyer.referenceStringBuyer reference.
orderObjectObject with the information of the Order made in the Payment.
order.uidStringUID of the Order. Defined as orderId in the Purchase class.
order.gatewayStringGateway of the order. Possible value is broker.
order.referenceStringReference ID of the Order. Defined as UID in Aptoide Connect channels.
order.statusStringStatus of the Order made.
order.createdStringString based timestamp of the creation date. Eg: 2025-01-14T11:06:31.231117Z

type

ValueDescription
CONSUMABLEProduct type is a Consumable.
SUBSCRIPTIONProduct type is a Subscription.

status

ValueDescription
PENDINGThe purchase is pending one or more actions to be completed. Example: Consumption
COMPLETEDThe purchase is successfully completed.
VOIDEDThe purchase is voided.

state

ValueDescription
PENDINGThe purchase is pending acknowledgement or consumption.
CONSUMEDThe purchase has been consumed.
ACKNOWLEDGEDThe purchase has been acknowledged.

order.status

ValueDescription
PENDINGThe order is pending one or more actions to be completed.
COMPLETEDThe order is successfully completed.
FAILEDThe order failed to be completed due to an error.
CANCELEDThe order is canceled and may no longer be completed.
REFUNDEDThe order was refunded.
CHARGEDBACKThe order was chargedback.

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