Hi everyone, I'm implementing the server-to-server notifications for in-app purchases.
According to the official documentation, the ONE_TIME_CHARGE notification is only available in the sandbox environment:
"The ONE_TIME_CHARGE notification is currently available only in the sandbox environment."
So my question is: what is the correct flow to receive a backend notification when a user purchases a consumable product in the production environment?
I'm looking for a reliable way to know, on the server side, when a user has made a consumable purchase.
Thanks in advance to anyone who can help!