help with paypal api
- killfrog47
- Posts: 106
- Joined: Tue Mar 12, 2013 2:52 am
- Location: Tempe, AZ
- Contact:
help with paypal api
Hello my friends! So I have a project involving PayPal cart and check out. I have looked over the api for PayPal but its still a little confusing to me. The paypals documentation is what is confusing me. Does anyone know where I can go that would explain things a little better? I'm coding in PHP that's why I posted here
Re: help with paypal api
Hi there,
First things first: make sure you have a PayPal business account! You need it if you want to get pingbacks from PayPal after a successful action.
I found a little online tutorial from SmashingMagazine, it explains how to setup the main class and connect to the API. It also goes over some basic methods (eg the express checkout).
http://coding.smashingmagazine.com/2011/09/05/getting-started-with-the-paypal-api/
First things first: make sure you have a PayPal business account! You need it if you want to get pingbacks from PayPal after a successful action.
I found a little online tutorial from SmashingMagazine, it explains how to setup the main class and connect to the API. It also goes over some basic methods (eg the express checkout).
http://coding.smashingmagazine.com/2011/09/05/getting-started-with-the-paypal-api/
Re: help with paypal api
I think PHPAcademy made a tutorial on how to create a "Premium" service through paypal. It covered most of what you need.
- killfrog47
- Posts: 106
- Joined: Tue Mar 12, 2013 2:52 am
- Location: Tempe, AZ
- Contact:
Re: help with paypal api
Sweet thanks guys! Thats what i needed to get started =) Ill have to look into getting that paypal account