help with paypal api

Ask about a PHP problem here.
Post Reply
User avatar
killfrog47
Posts: 106
Joined: Tue Mar 12, 2013 2:52 am
Location: Tempe, AZ
Contact:

help with paypal api

Post by killfrog47 »

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
User avatar
Helx
Posts: 350
Joined: Thu May 17, 2012 6:45 am
Location: Auckland, New Zealand

Re: help with paypal api

Post by Helx »

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/
User avatar
Temor
Posts: 1186
Joined: Thu May 05, 2011 8:04 pm

Re: help with paypal api

Post by Temor »

I think PHPAcademy made a tutorial on how to create a "Premium" service through paypal. It covered most of what you need.
User avatar
killfrog47
Posts: 106
Joined: Tue Mar 12, 2013 2:52 am
Location: Tempe, AZ
Contact:

Re: help with paypal api

Post by killfrog47 »

Sweet thanks guys! Thats what i needed to get started =) Ill have to look into getting that paypal account
Post Reply