We wish to integrate our sales data with ChartMogul. We need to send payloads to ChartMogul with data about every purchase.
In section 3 of this link from ChartMogul, it is described:
purchase_token
- Mandatory - ThepurchaseToken
returned by Google Play as soon as a purchase is completed. This is usually returned within theINAPP_PURCHASE_DATA
object in the getBuyIntent() method.
How can we access this purchase_token? We are using the webhooks sent from RevenueCat to our backend, to align our userbase with the purchasing events from RevenueCat. However there is no purchase_token field on any of these events. I assume it has been renamed..?