Skip to main content
Purchases represent transactions recorded for a user — subscriptions, non-consumables, and consumables — originating from App Store, Play Store, Stripe, or manual entries. In v4 the user-scoped purchases endpoint is read-only; to create or import Stripe purchases use the dedicated server-to-server flow.

Key concepts

  • Sourceappstore, playstore, stripe, or manual.
  • Transaction — Each row represents one store transaction.
  • Product reference — Purchases reference the Qonversion product by ID/UID.

Available endpoints

MethodEndpointDescriptionStatus
GET/users/{user_id}/purchasesList purchases for a userNew

Authentication

All v4 endpoints require a Secret Key. See Authentication.