react-native-purchases
react-native-purchases copied to clipboard
purchase token
Feature Request: Expose Android purchaseToken in react-native-purchases
Type: Feature Request
Description:
The react-native-purchases SDK does not expose the Android purchaseToken in purchaseProduct responses or webhooks. This limits backend verification and analytics integration.
Proposed Solution:
- Add
purchaseTokento webhook or add it in transaction completion payloads for Android purchases. - Example:
{ transactionIdentifier: "GPA.1234", purchaseToken: "abc123.def456" }
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!