Hello,
Is it possible to send PayPal IPN (Instant Payment Notification) to Appery Database via script or other means?
Thank you in advance.
Hello,
Is it possible to send PayPal IPN (Instant Payment Notification) to Appery Database via script or other means?
Thank you in advance.
Hello,
Does it have REST API or URL for sending such data? If so, you can use server code for that.
If you are familiar with PayPal IPN, I need to provide a URL link to PayPal to which they will send the IPN data. How can I have the data stored in an Appery database? Do you have an example script? Thanks.
We don't have such tutorial.
You can use URL of Server code for that:
https://devcenter.appery.io/documenta...
E.g.:
https://api.appery.io/rest/1/code/043...
And add there code for storing received data
Thanks Sergiy.
Do you happen to have an example code for storing received data? If not, where can I find such a code? Thanks.
The best way - store all data into Appery.io Database: https://devcenter.appery.io/documenta...