paypal

Paypal Express checkout with shipping cost and error

人盡茶涼 提交于 2019-12-24 17:48:20
问题 Data I'm putting to paypal request (SetExpressCheckout) [METHOD] => SetExpressCheckout [ENDPOINT] => https://api-3t.sandbox.paypal.com/nvp [USER] => *** [PWD] => *** [SIGNATURE] => *** [VERSION] => 84.0 [TOKEN] => [CURRENCYCODE] => GBP [RETURNURL] => http://experiment.loc/ [CANCELURL] => http://experiment.loc/?action=cancel [SHIPPINGAMT] => 2.21 [SOLUTIONTYPE] => Sole [LANDINGPAGE] => Billing [L_ITEMCATEGORY0] => Physical [L_QTY0] => 4 [L_AMT0] => 2.20 [L_DESC0] => ZajÄ…czek 1 [L_NAME0] =>

Difference between ChannelInitiatedBilling vs MerchantInitiatedBillingSingleAgreement

蹲街弑〆低调 提交于 2019-12-24 17:30:04
问题 I'm trying to integrate paypal in a e-commerce site on rails.I'm working on a existing code.While going through code I found two types of BillingType on configuration file, I found teo types of ChannelInitiatedBilling and MerchantInitiatedBillingSingleAgreement . What is the basic difference between them? Any appreciation will be appreciated. EDIT 1 While using ChannelInitiatedBilling I'm getting this error Channel not enabled for channel initiated billing. While using

Difference between ChannelInitiatedBilling vs MerchantInitiatedBillingSingleAgreement

浪尽此生 提交于 2019-12-24 17:29:06
问题 I'm trying to integrate paypal in a e-commerce site on rails.I'm working on a existing code.While going through code I found two types of BillingType on configuration file, I found teo types of ChannelInitiatedBilling and MerchantInitiatedBillingSingleAgreement . What is the basic difference between them? Any appreciation will be appreciated. EDIT 1 While using ChannelInitiatedBilling I'm getting this error Channel not enabled for channel initiated billing. While using

C# ASP.NET MVC PayPal not finding assembly

℡╲_俬逩灬. 提交于 2019-12-24 17:27:32
问题 I've installed PayPal using NuGet Install-Package PayPal I'm then using the code from here to test: https://devtools-paypal.com/guide/pay_paypal Dictionary<string, string> sdkConfig = new Dictionary<string, string>(); sdkConfig.Add("mode", "sandbox"); string accessToken = new OAuthTokenCredential("XXXXXXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXXXXXX", sdkConfig).GetAccessToken(); I've put a breakpoint after this to inspect, but when I load up the page i get: Could not load file or assembly

Paypal button auto-return url not overriding the default url

∥☆過路亽.° 提交于 2019-12-24 17:25:44
问题 I have enabled auto-return after a paypal customer purchase in the sandbox paypal settings. I have also specified a return url in the settings e.g. www.example.com because it was compulsory. However, I want the return URL to be dynamically set in the payment button e.g. <form name="_xclick" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="company@life.com"> <input type="hidden"

invalid email address error when trying to integrate a donations button?

ぃ、小莉子 提交于 2019-12-24 16:10:14
问题 The paypal guide is very confusing. I want to add a donate button to my templates on my development machine for testing. The guides point to creating a donation button from their website, which I have done (modified a bit to accept a custom donation amount): <form id="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_donations"> <input type="hidden" name="amount" value="33"> <input type="hidden" name="encrypted" value="

Paypal accounts funded by credit cards = 10417 error

烂漫一生 提交于 2019-12-24 14:39:06
问题 I've come here in a bid to try and solve what seems like a blackhole that nobody in paypal can help us with. We've a business account. Paypal Express (digital goods). Verified, restrictions lifted etc... We've got paypal express integrated fine as our sole payment method. But there's a problem. ANY paypal account funded by a credit card will just flat out fail and give a 10417 error. Overview Customer A has an existing paypal balance of $10 Customer B has an existing paypal balance of $0 but

Is it possible to get credit card type using card.io?

∥☆過路亽.° 提交于 2019-12-24 14:25:41
问题 I'm using card.io ios sdk for credit card scanning. Is it possible to get credit card type(ie, whether it is Amercan Express or Master or visa) using card.io? What are all the other possible details from credit card that we can get using card.io? 回答1: I have no experience of using card.io . But your question got me all curious about this API. In github, I found it and in there, there is a file: CardIOCreditCardInfo.h // Derived from cardNumber. // When provided by card.io, cardType will not

Paypal PDT not working using CURL

别说谁变了你拦得住时间么 提交于 2019-12-24 14:17:46
问题 Paypal returns to the site and gives the transaction ID, now using CURL to post data it just isnt working, can anyone help me. It isnt printing the success message.i have searched stack overflow, and still nothing. $tx = $_GET['tx']; $ID = $_GET['cm']; $currency = $_GET['cc']; $identity = '0iMIW7w4OXAed9Tvz6l9fpUY8B-E_WtE3toU7sT5gIzDJc9uPUgt9sVCN30'; // Further processing // Init cURL // Init cURL $request = curl_init(); // Set request options $url = 'https://www.sandbox.paypal.com/cgi-bin

Paypal Adaptive Payments- Parallel or Chained for my multi vendor market place?

强颜欢笑 提交于 2019-12-24 14:13:00
问题 I have a multi vendor market place website where people can buy and sell items Once the buyer has paid for the item, the website owner (myself) will receive a percentage of that sale (15%) and the seller will receive the rest. I would need the 15% of the final sale price to go into my business account immediately after or when the sale is made. I have a plugin for Paypal Adaptive Payments, I just need to get an APP ID, I'm in the process of applying for new app. I am confused whether I should