Link to home
Create AccountLog in
Avatar of willsherwood
willsherwood

asked on

PayPal Pro webform example for one-page product-select/name-address/credit card#

I'm converting a BUY NOW paypal client's webform (which goes to paypal login etc)
to a one-page paypal PRO direct credit card API process.

I'm looking for the easiest example of webform and then cURL API call(s) in PHP  that are needed to accomplish this.

any suggestions/pointers?

thanks
ASKER CERTIFIED SOLUTION
Avatar of Andrew Angell
Andrew Angell
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of willsherwood
willsherwood

ASKER

thank you
here's a simpler one i just found if one doesn't need all the features.
https://go.developer.ebay.com/developers/community/blogs/ppmacole/payflow-pro-php-example
Thanks for the points.

That one is doing essentially the same thing mine is doing except that mine sets all of that up for you so you can straight to filling in the request data and be done with it.  

Mine does include pretty much every API PayPal offers, but one of the files is called PayFlow.php.  That's all you would have had to open, fill in your values, and you're done.  

Either way, glad you got it worked out.