本文介绍了asp.net中的paypal捐赠按钮整合c#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
HI ALL:
需要在asp.net c#web表单中集成paypal捐赠按钮,
点击捐赠按钮应将电子邮件发送给接收方,并记录捐赠者的详细信息,如捐赠者姓名,职业,地址和捐赠金额等。
请任何人的帮助将不胜感激。
谢谢
HI ALL:
it is required to integrate the paypal donation button in asp.net c# web form,
on clicking the donate button an email should be sent to the receiver with capturing the details of the donor like donor name, occupation, address and donation amount etc.
Please anyhelp from anyone will be appreciated.
thanks
推荐答案
To create a Sandbox test account:
Go to https://developer.paypal.com/.
Click "Sign Up Now."
Complete the form and accept the Terms of Use.
Click "Sign Up."
Once you complete the sign up, create a test account:
Log in at https://developer.paypal.com/.
Click the "Test Accounts" link.
Click the "Create Test Account" link.
Complete the form and click "Create Account."
For more information, see the Sandbox User Guide:
From your Sandbox account, click "Help."
Click the "Sandbox User Guide (PDF)" link
To view your Sandbox emails, please follow the steps below:
Log in to Developer Central at https://developer.paypal.com
Click the 'Email' tab on the left side.
Your Sandbox generated emails can be found on this page
For more information, please refer to the API Sandbox User Guide, pp 15-16.
Please follow the steps below to generate a credit card number for testing PayPal Account Optional within the Sandbox.
Log in to your Sandbox Account
Click 'Profile'
Click on 'Credit Cards' under Financial Information
Click the ''Add' button, as if you are adding a credit card to the account
Use the credit card number that is automatically generated here as the credit card of your buyer
Note: Do not click on the 'Add Card' button as this will add the credit card to your Sandbox account. If it is added to your Sandbox account, it cannot be used to make a non-PayPal account payment.
For a Social Security Number within the Sandbox, you can enter a number beginning with 111 and then enter random numbers. To get a Social Security Number generated for your account, go to your Account Overview page and click on the 'Money Market' link, then click on 'Enroll Now'. This will generate a SSN for your account that you can copy and use for your Sandbox account.
这篇关于asp.net中的paypal捐赠按钮整合c#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!