Skip to main content
Question

Virtual Currency Transactions

  • November 9, 2025
  • 1 reply
  • 35 views

Forum|alt.badge.img

Hello,

We are currently utilizing the API to track purchased products and the total balance of virtual currencies.

We have noticed that detailed virtual currency transaction history is not available through the API, only via the UI.

Are there any plans on the roadmap to expose the full transaction log? Additionally, it would be extremely valuable to include a reference ID field for each virtual currency transaction made through the API, allowing us to connect the transaction directly to a specific action or event, rather than relying solely on timestamps for correlation.

We look forward to hearing about your API development plans.

Thank you.

This post has been closed for comments

1 reply

Mark Villacampa
RevenueCat Staff
Forum|alt.badge.img

Hello ​@dc06grai!

Thank you for your interest in our Virtual Currencies feature.

We currently don’t expose an API endpoint with the full transaction history, but you do get a webhook event every time a transaction happens. What would be your use case for getting the full virtual currency transaction history? We’ll definitely take this request into consideration for roadmap planning.

Regarding adding a reference ID to each transaction created via the API, you can already do that via the `reference` field:

https://www.revenuecat.com/docs/api-v2#tag/Customer/operation/create-virtual-currencies-transaction

Let me know if you have any other questions about Virtual Currencies.

Mark.