Ed
Posts: 0
Joined: Wed May 13, 2015 6:14 pm

Send PayPal IPN to Appery Database

Hello,

Is it possible to send PayPal IPN (Instant Payment Notification) to Appery Database via script or other means?

Thank you in advance.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Send PayPal IPN to Appery Database

Hello,

Does it have REST API or URL for sending such data? If so, you can use server code for that.

Ed
Posts: 0
Joined: Wed May 13, 2015 6:14 pm

Send PayPal IPN to Appery Database

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Send PayPal IPN to Appery Database

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

Ed
Posts: 0
Joined: Wed May 13, 2015 6:14 pm

Send PayPal IPN to Appery Database

Thanks Sergiy.

Do you happen to have an example code for storing received data? If not, where can I find such a code? Thanks.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Send PayPal IPN to Appery Database

The best way - store all data into Appery.io Database: https://devcenter.appery.io/documenta...

Return to “Issues”