The purchase object is created after a purchase is made.

The Object Attributes

{
  "currency": "USD",
  "price": "20.00",
  "stripe_store_data": {
    "subscription_id":"sub_1Ll43PL9K64fsdFsan251sN",
    "product_id": "prod_VmF1230A"
  },
  "purchased": 1663909926
}
FieldTypeDescription
user_idstringThe Qonversion User ID of the user the purchase belongs to.
currencystringThree-letter ISO currency code.
pricestringexample: 12.99
stripe_store_dataobjectsubscription_id - Stripe subscription ID that generated at stripe side. See additional info.

product_id - Stripe product ID. Can be received at Product Center Page.
purchasedtimestampTime at which the purchase was made on a platform side. Measured in seconds since the Unix epoch.