Paypal adaptive payment API call with C# .NET? Preferably with WebServices

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2010-05-17T13:18:51Z Indexed on 2010/05/26 20:11 UTC
Read the original article Hit count: 406

Filed under:
|
|

Okay I might be entirely off track now but here goes:

Our "webshop" offers two functions, buying a specific product and selling it back to us. Back-end handles if the user can sell or not.

I've decided to use Paypal's adaptive payments for this one as it seems the way to go doing these kinds of transactions. I've never implemented any kind of shop so I'm totally green with this one. I only recently learned ASP.NET and have mainly developed games before moving to this kind of development. HTTP is still some level of magic to me hehe..

I might be confused but I think paypal offers a webservice with their adaptive payment API. My humble request: A nice soul who wants to share an example of implementing an adaptive payment API call with C# .NET. If they don't offer it as a webservice I'll probably find it as a custom .dll or something.

Any tips and examples are highly appreciated! Thanks for reading

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET