Tag: Paypal API

  • Paypal API: Made it simple with TeapotWare

    Hello everyone. I wanted to use the Paypal API from a C# project recently. Since they propose a SOAP interface for their API, I naïvely thought I could just consume it with the great “web reference” tool from visual studio. However, I faced many disappointments: first, the WSDL contains errors, and if you want to…