Order Transactions
This API retrieves the transactional details for a specified order in Gameball, identified by orderId. It includes information on rewards, refunds, and equivalent points, giving a detailed view of the financial activities associated with the order.
Security: Requires both apikey and secretkey headers.
Path parameters
Unique identifier for the order, which is case-sensitive. It is used to reference and retrieve the order's transactions accurately.
Response
Order transactions retrieved successfully
Example response
{
"transactions": [
{
"transactionDate": "2024-10-16T08:13:29.29",
"gameballTransactionId": 11034754,
"transactionType": "PaymentReward",
"amount": 250.75,
"transactionId": "ORD12345",
"equivalentPoints": 192
}
],
"count": 1
}Changes
Changed in 5 of the 38 revisions of this API.1136
- ●
added the new
PartialRefundenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
Paymentenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
the endpoint scheme security
apiKey AND secretKeywas added to the APIapi-security-added
- ○
the endpoint scheme security
apiKeywas removed from the APIapi-security-removed
- ○
the endpoint scheme security
secretKeywas removed from the APIapi-security-removed
- ○
- ●
added the new
AchievementRewardenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
Cancelenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
DiscountCodeenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
Expiryenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
ManualAccumulationenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
ManualDeductionenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
ManualRewardenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
Migrationenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
PaymentRewardenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
Redemptionenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
Refundenum value to thetransactions/items/transactionTyperesponse property for the response status200response-property-enum-value-added
- ○
api operation id
getOrderTransactionswas addedapi-operation-id-added
- ○
api tag
Ordersaddedapi-tag-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 38 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲