Solved

SyncPurchases trigger webhook?

  • 3 January 2022
  • 1 reply
  • 121 views

Badge +5

Hi,
I need to know if when I use 

Purchases.syncPurchases();

and there is some to sync, a webhook is triggered?

e.g. I have some users that used old App, that didn’t use RevenueCat or my own API, but the user update the App and now he can’t access the app because I’m using RevenueCat and controlling the status by server side, but Google or Apple knows that the user is a subscriber.

in this case, if I use the sync method and when Revenue update a trigger will fired? Or I need to use the Rest API to know?


obs. I’m using Flutter for the Apps.

icon

Best answer by sharif 4 January 2022, 04:07

View original

1 reply

Userlevel 5
Badge +9

RevenueCat will send a webhook event if new information is detected when calling syncPurchases, but note that RevenueCat will only send a webhook event for the most recent billing event. That means if a user renewed their subscription a few times before updating the app and calling syncPurchases, RevenueCat will send a webhook for only the most recent renewal.

Reply