10 replies
Has anyone here done any work on the Paypal API?

I'm trying to set up a very simple payment processing script in a CMS I've built, but Paypal does a terrible job of explaining how to do anything with it.

Any help you can lend would be amazing.

Thanks!
#api #paypal
  • Profile picture of the author tihomir_wwf
    I didn't understand what is your CMS, but if it's running under asp.net, you wan't find much information on paypal's site, but on codeproject, there're many examples.

    Good Luck
    {{ DiscussionBoard.errors[489448].message }}
  • Profile picture of the author patfl
    Hi scheda,

    in which language your cms is built?

    On the paypal forums, you should find all the code you need to do that.

    Patrice
    {{ DiscussionBoard.errors[489828].message }}
  • Profile picture of the author Chris Ramsey
    My CMS is in PHP, so it sounds like there's a good following for that with Paypal.

    I think I'm gonna try the Add to Cart thing. That way I won't have to mess with all this extra mumbo jumbo I might not need.
    {{ DiscussionBoard.errors[489927].message }}
  • Profile picture of the author codeswarrior
    Hello,

    You can find the coding samples related to simple paypal IPN in following languages ASP.Net/C#, ASP.Net/VB, ASP/VBScript, Cold Fusion.Java/JSP, PERL, PHP from paypal site your is https://www.paypal.com/us/cgi-bin/?c...n-code-outside

    and I have developed a demo stuff of paypal here is the link :

    http://codeswarrior.com/paypal/
    {{ DiscussionBoard.errors[491390].message }}
  • Profile picture of the author csstanton
    Hey guys --

    I too am trying to integrate PayPal into my website, using the API. Problem being - I don't have much programming background.

    I pulled down the .php files mentioned above and will try my best to sort through them.

    If anyone else is able to help, please let me know!

    The demo stuff at codeswarrior.com isn't working fully.


    Thank you for your help!

    -- Casey
    Signature
    Casey Stanton
    Outdoor Guy

    Twitter: twitter.com/CaseyStanton
    {{ DiscussionBoard.errors[495562].message }}

Trending Topics