Orders

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.

get/api/v4.0/integrations/orders/{orderId}/transactions

Path parameters

orderIdstring required

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

countinteger

Total number of transactions associated with the order.

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 PartialRefund enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new Payment enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • the endpoint scheme security apiKey AND secretKey was added to the API

      api-security-added

    • the endpoint scheme security apiKey was removed from the API

      api-security-removed

    • the endpoint scheme security secretKey was removed from the API

      api-security-removed

  • 5a5238b642e9112See the full diff
    • added the new AchievementReward enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new Cancel enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new DiscountCode enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new Expiry enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new ManualAccumulation enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new ManualDeduction enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new ManualReward enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new Migration enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new PaymentReward enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new Redemption enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • added the new Refund enum value to the transactions/items/transactionType response property for the response status 200

      response-property-enum-value-added

    • api operation id getOrderTransactions was added

      api-operation-id-added

    • api tag Orders added

      api-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