Transactions

This endpoint is for getting more details about a Solitude transaction.

Transaction

Note

Requires authentication and the RevenueStats:View permission.

GET /api/v2/transactions/(string: transaction_id)/

Gets information about the transaction.

Request

Empty

Response

{
    "id": "abcdef-abcd",
    "app_id": 123,
    "amount_USD": "1.99",
    "type": 'purchase'
}
Parameters:
  • id (string) – The Solitude transaction ID.
  • app_id (integer) – The ID of the app.
  • amount_USD (string) – The amount of the transaction in USD.
  • type – The transaction type. One of: ‘Chargeback, ‘Other’, ‘Purchase’, ‘Refund’, ‘Voluntary’.