Jump to content

How could I go about programmming a paypal payment app?


jdock1

Recommended Posts

I know paypal has some sort of php api, but I know nothing about it and where to find it.

I want to create an app that will instantly pay users from my account after a certain action is deployed on my site.

 

I know this is possible, a few years ago I was going to hire a programmer to do it, but he wanted to much...

 

But how would I go about doing this? Idk where to begin. It seems like it would be pretty simple, but since Id be wokring with third party code,  or even paypal in general I can see it being a little more difficult.

 

Im sure itd  be working with cURL?

 

 

Link to comment
Share on other sites

Paypal has a IPN system that you can implement. It took me a day to get everything together but it was not that difficult once I understood it.

 

https://www.paypal.com/ipn

 

You can also create testing accounts that use the testing environment so you can make sure your code is working as intended. They even have some PHP code examples on the site.

 

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_testing_sandbox -- Testing environment

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.