I'm planning to build a Crowdfunding platform like Kickstarter using Codeigniter for my final year project. I have only 7 days left for that. I tried reading PayPal documentation but still I don't know how to integrate PayPal in to my website.
What I need to know
- Users to login in to my site using PayPal
- Name, Date of Birth, Address, E-Mail of user from PayPal API Server
- Additionally Pre-Approval Adaptive Payment for backing projects posted in my crowdfunding platform
What I have
PayPal developer account with
PayPal payments
andLog In with PayPal
enabled for live transactionsBasic account at Janrain and oneall. Using Janrain I added
login with PayPal
button in my site. After user login using PayPal, PayPal redirected to thereturn URL
that I specified and from that URL I got only thisarray(3) { ["login_tab"]=> string(6) "paypal" ["expected_tab"]=> string(6) "paypal" ["welcome_info_name"]=> string(10) "username" }
by var dumping$_REQUEST
Can anyone please give me step by step guidance to complete this project.