Skip to main content
Version: 5.7.0

SysGetTransactionDetails

Returns details of the identified product transaction.

ServiceOperation
appStoreSYS_GET_TRANSACTION_DETAILS

Method Parameters

ParameterDescription
sequenceIdThe sequnce ID of a transaction.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"sequenceId": "620ebe87-cf50-4131-9b9a-ccd9aafdfb45",
"playerId": "924539e0-0793-4437-930f-9b078cd0499d",
"type": "mock",
"itemId": "xxxx",
"title": null,
"data": null,
"createdAt": 1712181435294,
"updatedAt": 1713476624931,
"transactionId": "yyyy",
"dataJson": {
"pending": {
"itemId": "xxxx",
"transactionId": "yyyy"
},
"final": {
"purchaseData": {
"transId": "yyyy"
},
"transactionSummary": {
"transId": "yyyy"
}
}
},
"rewards": {
"extra": null,
"currency": {
"coins": 10
}
},
"userItemRewards": null,
"sandbox": false,
"refPrice": 699,
"regularPrice": null,
"promotion": null,
"pending": false,
"pendingPriceId": 0,
"pendingPromotionId": null
},
"status": 200
}