Solved

Customer Info automatic subscription renewal purchase dates

  • 23 August 2023
  • 1 reply
  • 27 views

Badge +1

Hello, I use Flutter.
I get that there is a CustomerInfo to get the purchase dates of the user.
My question is that, How can i retrieved list of all automatic subscription renewal dates of the user ? Thank you.

icon

Best answer by cody 25 August 2023, 18:50

View original

1 reply

Userlevel 6
Badge +8

Hey @Sean!

Transaction history isn’t available from the API or SDK at this time. However, you could listen to webhooks from your server if you wanted to keep a running log: https://www.revenuecat.com/docs/webhooks

Alternatively, you could use Scheduled Data Exports which are daily exports including all of your user’s transaction data for your own processing: https://www.revenuecat.com/docs/scheduled-data-exports

Reply