Solved

Synchronization of Revenuecat data and my personal database

  • 7 January 2022
  • 1 reply
  • 284 views

Badge +1

Hi. I am still designing my project architecture, Im planning to use revenue cat as the payment for may application.
 

Process

1 - User buys an item in the App

2 - User are now able to view the details (videos, images etc.)

How am i going to sync the revenue cat data to my own personal database which is going to be either of the ff (MySQL, DynamoDB, MongoDB etc.)

Where should i verify if the user has already purchased the item ?
Is it from the revenue cat or in my personal database ?

Thank you everyone. Have a good day!

icon

Best answer by sharif 13 January 2022, 17:05

View original

1 reply

Userlevel 5
Badge +9

To get the current subscription status of a user on your backend, you should use our GET /subscribers API endpoint.

 

To keep your database in sync with RevenueCat, you should use webhooks.

Reply