问题描述
早上好每个人,任何人都可以向我解释如何将paypal集成到asp.net应用程序中。任何人都可以与我分享一些代码/视频,其中包含如何创建Paypal Sandbox帐户以及稍后将paypal集成到我的Web应用程序中的分步教程,一旦完成所有内容,我需要提供一份发票/ pdf的账单来自我的原来的wensite而不是PayPal网站......
首先我在paypal创建了一个帐户,一旦我点击Sandbox中的帐户,默认有2个帐户。
后来我创建了一个新按钮,这里是代码
Good Morning Everyone, can anyone explain me how to integrate an paypal into asp.net application. Can anyone share me some code/video which has step by step tutorials of how to create an Paypal Sandbox account and later integrating paypal into my web application and once everything is done, i need to provide an print of invoice/pdf of bill from my original wensite and not from paypal website...
First i created an account in paypal and as soon as i click Accounts in Sandbox, default 2 accounts where there.
Later i created a new button and here is the code
<body>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Q37SMKCUJS8B4">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</body>
唯一的问题是,此图片需要我登录表单,但我无法登录进入贝宝,不知道这里有什么不对。
The only problem is, this image takes me to login form, but i cannot login into paypal, don't know whats wrong here.
推荐答案
这篇关于如何将Paypal集成到asp.net网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!