react-native-purchases icon indicating copy to clipboard operation
react-native-purchases copied to clipboard

purchase token

Open amir-schmooze opened this issue 7 months ago • 1 comments

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 purchaseToken to webhook or add it in transaction completion payloads for Android purchases.
  • Example: { transactionIdentifier: "GPA.1234", purchaseToken: "abc123.def456" }

amir-schmooze avatar May 12 '25 07:05 amir-schmooze

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

RCGitBot avatar May 12 '25 07:05 RCGitBot