Skip to main content
Question

Receiving Transactions via REST API

  • March 1, 2026
  • 1 reply
  • 16 views

Forum|alt.badge.img+3

Hi,

I am currently trying to create an Android version of the RevenueCat iOS App. I would like to display the latest transactions in the app, but it seems there isn’t an endpoint for this. The only workaround I could find was to first fetch all customers and then fetch the purchases of each customer individually. However, the list-purchases endpoint always returns an empty list of items, even though the customer has made purchases.

Am I missing something, or is there a better way?

1 reply

cam
Forum|alt.badge.img+2
  • Helper
  • March 2, 2026

Hi!

 

I think you might be interested to know that there’s actually a beta version of the android app currently being tested, you can sign up as a beta tester here

 

About the list-purchases endpoint, are you querying an specific environment? (environment=production)

 

Cam