paypal

Paypal recurring payment

耗尽温柔 提交于 2019-12-22 07:48:09
问题 I've got an enhancement from client and big trouble with answer if it is possible or not to do. What I have is a web which provides seo service. Client types phrase than chooses service option etc. There are severals service options like: single payment - service will be active per only 90 days membership - client declare to pay a sum of money every 90days (recurring payment) membership + extra support - same as membership but + extra sum of money 1) Suppose that client choosed first option

paypal sandbox not working [duplicate]

时光怂恿深爱的人放手 提交于 2019-12-22 07:36:40
问题 This question already has answers here : Please login to use the PayPal sandbox feature (5 answers) Closed 6 years ago . I am using the PayPal sandbox to make test payments. It was working fine since last 3-4 months. But I see that they are making changes in sandbox design, ways to manage test email accounts, etc. They have disabled my actual sandbox account and asks me to login using real PayPal account. So I created a new sandbox (https://developer.paypal.com/) account using my PayPal

PayPal 400 Bad Request, more specific?

旧城冷巷雨未停 提交于 2019-12-22 07:20:14
问题 Is there any way to get a more specific PayPal error than 400 bad request? I saw someone doing something like this: if (ex.InnerException is ConnectionException) { Response.Write(((ConnectionException) ex.InnerException).Response); } else { Response.Write(ex.Message); } But that doesn't seem to do anything different for me, all the error says is: "The remote server returned an error: (400) Bad Request." I've read that it could have something to do with some sort of validation error, but I've

PayPal REST API does not take the customized shipping address

喜夏-厌秋 提交于 2019-12-22 06:28:33
问题 I am following the PayPal REST API Reference at https://developer.paypal.com/webapps/developer/docs/api/ to create and execute payments. To create a payment, I send the following data to PayPal. The data contain "shipping_address". The payment is created successfully. { "intent": "sale", "payer": { "payment_method": "paypal" }, "redirect_urls": { "return_url": "http://www.somethingabc.com/approve", "cancel_url": "http://www.somethingabc.com/cancel" }, "transactions": [{ "amount": { "currency"

Can I use PayPal to charge a Credit Card automatically?

被刻印的时光 ゝ 提交于 2019-12-22 05:30:12
问题 If I have a Visa card number saved in my database, is there a way I can charge that Visa automatically through the PayPal API without the user having to enter anything? We want to keep this site as easy and hassle-free to use as possible. It would be a variable amount, based on how they use the site. (Don't worry, proper disclaimers will be in place, and the user will be notified) What about these "recurring payments"? That way I don't have to store the CC info on my website, but do they

PayPal Payments Standard custom HTML form; How does PayPal know who is submitting?

久未见 提交于 2019-12-22 05:03:11
问题 I'm trying to get this form to initiate a donation using PayPal Payments Standard... <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_donations"> <input type="text" name="amount"></input> <input type="hidden" name="item_name" value="OrganizationXYZ Donation"> <input type="hidden" name="image_url" value="http://www.OrganizationXYZ.org/images/logo.gif"> <input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn

rails paypal notify validate Japanese

时光总嘲笑我的痴心妄想 提交于 2019-12-22 04:47:08
问题 When I receive a notification from Paypal, I send it back to Paypal to be sure it is from Paypal. The code works well and I have no problem: # payment_notifications_controller.rb # notification_validation, line 90 response = RestClient.post(PAYPAL_CONFIG["url_validate"], params.merge({"cmd" => "_notify-validate"}), :content_type => "application/x-www-form-urlencoded") The problem is when the user has a Japanese name. The notification (from Paypal) received is like: Parameters: {"last_name"=>"

How to send multiple items to PayPal

社会主义新天地 提交于 2019-12-22 04:44:15
问题 I want to send multiple item names and item prices to PayPal but I am unable to post my item name and price with below code can you please help me? <form method="post" name="cart" action="https://www.sandbox.paypal.com/cgi-bin/webscr"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="navive_1295939206_biz@gmail.com"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="button

PayPal Return Page / Success Page issue

佐手、 提交于 2019-12-22 00:57:59
问题 I am using PayPal minicart on a BuyNow Page.But Problem is that User doesn't redirects back to the return page after completing the traction on PayPal Website. Although transaction has been successfully completed but there was no redirect to the return page ( http://XXX.org/BuyerInfo.aspx ) Here is the code <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <fieldset style="float:none"> <input type="hidden" name="cmd" value="_cart" /> <input type="hidden" name="add" value="1"

Paypal Express Checkout with ActiveMerchant as in Shopify

こ雲淡風輕ζ 提交于 2019-12-22 00:43:07
问题 I'm successfully using Paypal Express Checkout in a marketplace web app passing for every seller the three parameters to the PaypalExpressGateway (login, password and signature). So, I see that Shopify lets the seller set only the e-mail address of the Paypal account requesting to grant scott_api1.jadedpixel.com as the API Partner Username. I could't find anything in the ActiveMerchant doc on how I can do it...Someone can help? Thanks a lot, zetarun 回答1: We use PayPals "Accelerated Boarding"