You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@richzw my main service is written in php, so I can't use this project as a library dependency. I would either need to compile it to some kind of CLI or run it as a separate instance. I would prefer separate instance that could notify my main php service when payment was validated so that I could grant user access in the database.
@AAverin , I think you could wrap this repo as one separate instance, and this instance could communicate with your PHP server through RPC. When your client connects to your main server, then your main server could communicate with this wrapped instance through RPC like verifyReceipt to verify the receipt from the client.
I would like to run this project as standalone verification service and call into my main API to grant user access for subscriptions.
Is there webhook support that could be invoked every time transactions are processed?
The text was updated successfully, but these errors were encountered: