将Paypal Payment Gatway与.net网站集成 [英] To integrate Paypal Payment Gatway with .net website

查看:67
本文介绍了将Paypal Payment Gatway与.net网站集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想与.net网站整合Paypal付款方式
那么如何进行这项工作以及需要什么数据库结构以及

i want to intergrate paypal payment getway with .net website
so how to do this work and what database structure require and
code for integration?

推荐答案

希望 PayPal交互 [<一个href ="http://www.programmersheaven.com/2/PayPalIntegration" target ="_ blank" title ="New Window"> ^ ]可能会为您提供帮助.
Hope PayPal Interation[^] might help you.


我在CP中找到了这些文章

C#PayPal简介-ASP.NET开发人员 [在ASP.NET中使用PayPal支付系统 [使用PayPal Payflow Pro在ASP.NET中进行在线信用卡交易 [
I found these articles in CP

Introduction to PayPal for C# - ASP.NET developers[^]

Use of the PayPal payment system in ASP.NET[^]

Online Credit Card Transaction in ASP.NET Using PayPal Payflow Pro[^]


E-Commerce applications require mechanisms for payment. Although more commonly than not e-Commerce sites will use full credit card processing gateways, giving PayPal as an additional option of payment provides additional payment options for your customers, especially those that don’t want to pay by credit card over the Internet. If you run a Web shop that uses direct credit card processing and want to integrate PayPal seamlessly, you’ll find that using PayPal as a processing service is not as straight forward as using a payment gateway. In this article I describe how you can minimize the external PayPal interaction and work the PayPal payment into the order processing workflow to provide a seamless interface using ASP.NET and C#. However, the principles used here should be applicable to any Web programming environment.

Payment processing on the Web is a big market and there a myriad of services and providers that allow you to process credit cards and bank cards over Internet connections. Most of these services are using credit card processing that automates the process of credit card validation. These providers usually provider either HTML or API based interfaces to process credit cards. HTML based interfaces provide you with a URL your application can redirect to on the provider’s site, which then handles the actual payment processing. API based interfaces allow your application talk directly to the provider’s services so that the payment processing can be integrated into your own application.

If you’re running your own E-Commerce applications you generally will want to use an API so the payment processing can be directly integrated into your own application. This makes sure the user of your app sees a consistent Web interface – as far as the user is concerned they are never leaving your site, but rather your Web backend is making the remote calls against the payment processing service and simply returning the success or failure of the request. HTML based payment interfaces generally look unprofessional as the user is whisked off to some other site for payment processing. Using external HTML processing often also requires you to handle inventory and order management through the payment provider which can be hassle especially if your e-commerce app already handles this. Still HTML based interface are popular because they can often be driven from non-data driven site and thus mitigate all the order management to the processing provider’s servers which can be beneficial for small sites.


请检查此链接
它可能会帮助您 [


Please check this link it may help u[^]


这篇关于将Paypal Payment Gatway与.net网站集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆