Paypal and Appgini

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
SkayyHH
Veteran Member
Posts: 425
Joined: 2015-04-27 21:18

Paypal and Appgini

Post by SkayyHH » 2015-05-14 18:06

Hello,

anybody have a hook for this needs: i like to have a register page with paypal integration and when the user have paid he get an account on my appgini app.

Thanks much, Kai

patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Re: Paypal and Appgini

Post by patsd102 » 2015-05-14 18:53

23.17

SkayyHH
Veteran Member
Posts: 425
Joined: 2015-04-27 21:18

Re: Paypal and Appgini

Post by SkayyHH » 2015-05-14 20:06

Hello,

sorry, that´s not what i am looking for. I like to add by automatic a member account when someone pays on paypal.

Best regards, Kai

User avatar
shasta59
AppGini Super Hero
AppGini Super Hero
Posts: 231
Joined: 2013-01-08 19:40
Location: Calgary, Alberta, Canada

Re: Paypal and Appgini

Post by shasta59 » 2015-05-18 14:36

You will have to write code which will talk to your paypal account and get the confirmation of payment. Then your code will have to create a user profile and then email the user/pass to them. This is not all that hard to do but you will be learning how the paypal API works and a few other things. It sounds like it will be an interesting project.

Should not be too hard to do. Here is a link to the paypal docs you will need to read.

https://developer.paypal.com/webapps/de ... /products/

Best of luck.

Alan
Calgary, Alberta, Canada - Using Appgini 5.50 -

SkayyHH
Veteran Member
Posts: 425
Joined: 2015-04-27 21:18

Re: Paypal and Appgini

Post by SkayyHH » 2015-05-20 19:42

Hello Alan,

thanks much. When i have finished my app i think i have to contact you to do this for me. It is to complicated for me i think.

Thanks much, Kai

Post Reply