Is it possible for developers to set an appAccountToken before a user makes a purchase? The reason being is because we want to create a pending transaction object on our server, send that object ID as the appAccountToken through RevenueCat’s purchase request, and then update that object on our server once we receive the webhook from RevenueCat where we can then update that pending transaction object with the transaction information from Apple/Revenuecat.
We would need the appAccountToken to be sent through the RevenueCat webhook when it’s received from Apple.
We need this to implement consumable and non-consumable products. Thanks!
