Solved

Server side validation for purchases

  • 13 March 2024
  • 1 reply
  • 27 views

Badge

Hi Everyone,

I’m building an app which will be integrated with RevenueCat. The idea is that user can purchase coins (internal game currency which uses can use only inside application).

 

I want to implement server side validation to make sure that user has purchased the coins so i can add the coins to their game account.

 

The user will make a purchase in mobile app and then I want sent the transaction to server for validation and adding the coins. 

 

How I can do this on java backend?

Thanks.


  

icon

Best answer by av-9033c0 13 March 2024, 23:36

View original

This post has been closed for comments

1 reply

Badge

closing the question, I realized that I can use web hooks to implement what i need🤓