Stories recently tagged with 'paypal'

ASP.NET PayPal Subscriptions IPN(codersbarn.com)

submitted by BognitBognit(2110) 3 years, 7 months ago

Of course, the glue that holds the entire application together is the IPN class. I had previously used the freely-available IPN class from XDev Software. Note that this class is designed for regular PayPal transactions. I had to customize it to handle PayPal subscriptions. read more...

add a comment |category: |Views: 125

tags: another

ASP.NET Implementation for PayPal Payments Standard(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 9 months ago

ASP.NET code & controls to handle submitting single payments, subscriptions & payments to PayPal standard. read more...

add a comment |category: |Views: 70

tags: another

ASP.NET: How to Integrate Both Google Checkout and PayPal In 3 Steps(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 3 years, 11 months ago

If you've pulled your hair out trying to implement any sort of plausible solution to Google Checkout and PayPal integration, check out this amazingly simple solution! read more...

add a comment |category: |Views: 257

tags: another

Using Paypal Payment System in ASP.NET(codeproject.com)

submitted by dzengdzeng(815) 4 years, 5 months ago

Those who create commercial sites are faced with the question, "How should it receive payments?" One of the most popular payment systems in the world is PayPal. This system is often chosen because it is reliable, simple to use and allows an account to be easily opened. To open an account, you need only have a credit card and/or an account in an American bank. One of shortcomings of the system is its severe security policy. However, practice evinces that if you follow the rules of the system carefully, then errors are very rare. The purpose of this article is to show how payments processing can be organized to support reliability and security. The article is also aimed at providing you with an example of the development of a simple online shop, in order to demonstrate interaction with the PayPal system. You can use the code in your applications to organize interaction with the PayPal system and to process payments. read more...

add a comment |category: |Views: 58

tags: another

Creating a simple paypal shop(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 4 years, 8 months ago

Simple and clean paypal enabled ASP.NET shopping cart. read more...

add a comment |category: |Views: 79

tags: another