express-checkout

How can I limit the set of fields Paypal shows on express checkout?

时光总嘲笑我的痴心妄想 提交于 2019-12-12 02:46:41
问题 Whenever our service initiates an express checkout and redirects the user to PayPal page the user sees the cart on the left and the following on the right: Note that even the address and the phone number are required while we're an online service and don't need shipping information - once PayPal confirms the payment we'll happily "ship" over the Internet, so all we really need is a PayPal payment confirmation and I guess that requires just a credit card number, expiration date and the CSC.

PayPal Express Checkout - Adding postage options dependent on location

爱⌒轻易说出口 提交于 2019-12-12 00:06:18
问题 I use paypal express checkout on my website which adds specific postage amounts dependent on how much is spent by the client wherever they are in the world. However with the recent increase in overseas postage I am looking to add another postage amount dependent on where in the world the client is? Many thanks in advance Steve 回答1: If you are using Express Checkout, you could utilize the Callback API to calculate the shipping and taxes and have it correctly displayed on the checkout page.

How to Pass Order Details to the paypal-express-checkout in magento?

孤人 提交于 2019-12-11 12:42:29
问题 I am new to magento. I wanted order details to be shown on the paypal express checkout page on the left hand side of the order summary.currently only product name is saving. How can I get products other details like price or total in magento? 回答1: Read the Express Checkout Integration Documentation. To display the product information, you would need to specify the Payment Details Item Type Fields e.g. L_PAYMENTREQUEST_n_NAMEm, L_PAYMENTREQUEST_n_DESCm, L_PAYMENTREQUEST_n_AMTm, L

Paypal recurring payments with variable amount 2 (in Spain)

感情迁移 提交于 2019-12-11 09:23:48
问题 some days ago, I wrote this post regarding Paypal recurring payments with variable amount Paypal recurring payments with variable amount I marked it as fixed, however it is not. First, I decided to develop approach 1 (by removing old profile and creating a new one). This worked. But, after that I realized, that I didn´t cover all my requirements. So finally, the right approach for me is number 2. This means, as @Andrew Angell suggested, I will develop a custom billing system that bills the

PayPal ExpressCheckout LANDINGPAGE parameter deprecated?

别说谁变了你拦得住时间么 提交于 2019-12-11 08:06:56
问题 In the past, it was possible to specify which Express Checkout flow (login or guest) a user would experience by passing the LANDINGPAGE parameter (along with SOLUTIONTYPE set to "Sole") as part of the SetExpressCheckout request. If set to "Billing", the checkout experience would default to guest checkout, whereas if set to "Login", the user would be asked to authenticate with their PayPal account. PayPal appears to be experimenting with a new Express Checkout UI, which does not honor the

How do i cancel a PayPal (Express Checkout) transaction?

本秂侑毒 提交于 2019-12-11 02:46:46
问题 I have an application that uses Express Checkout to process payments. I need some way to cancel a transaction after calling SetExpressCheckout (and having the user fill out his details on paypal's page) and before i actually complete it with DoExpressCheckoutPayment. I can't find the right way to do it in paypal documentation, do i just let it time out or do i need to do some API call? 回答1: You just let it time out. If you haven't called DoExpressCheckoutPayment yet, no action has yet taken

PayPal HTML buttons broken for large shopping carts on new PayPal checkout

我的未来我决定 提交于 2019-12-11 02:11:52
问题 Been battling for weeks with a PayPal Payment Standard FORM problem. We have been running the same code for many years but noticed our larger invoices (with over 20 items) on them were hitting a white screen of death recently when submitting to PayPal. Testing in the Sandbox worked just fine as before. After searching everywhere I couldn't find anyone else with this exact problem but noticed if we took the invoice down from say 60 items to 7 items then the invoices seemed to go thru ok. Seems

Paypal payflow link setup no “PayPal Express Checkout” feildset

耗尽温柔 提交于 2019-12-10 20:41:46
问题 I'm trying to learn and setup embedded payments. I'm following the tutorial at : https://www.youtube.com/watch?v=qyiv3ndRcZI In part of that tutorial in paypal manager there is an "PayPal Express Checkout" feildset where you can set a live account email and sandbox account email. When I login to my manager I do not have this feildset to enter this information. It's not there at all. any ideas on what I'm doing wrong or what I have to do to get the Express Checkout fieldset to show up? The end

Not getting success for DoReferenceTransaction

拥有回忆 提交于 2019-12-10 19:42:00
问题 See how I started complete procedure, Step 1. First called SetExpressCheckout, AMT=0.00 PAYMENTREQUEST_0_AMT=0.00 PAYMENTACTION BILLINGAGREEMENTDESCRIPTION BILLINGTYPE=MerchantInitiatedBilling RETURNURL CANCELURL CURRENCYCODE SOLUTIONTYPE=Sole LOCALECODE=us LANDINGPAGE=Billing step 2. then I called CreateBillingAgreement TOKEN PAYERID PAYMENTACTION AMT CURRENCYCODE IPADDRESS It returns Billing Id. Step 3. calling DoReferenceTransaction with parameters: &REFERENCEID=B-0GJ65589SA3528026 /

PayPal Digital Goods Error on login

别等时光非礼了梦想. 提交于 2019-12-10 10:58:54
问题 I am using the following code to accept payments for digital goods: https://www.x.com/blogs/Nate/2011/01/07/digital-goods-with-express-checkout-in-php I have a sandbox account and I have used the API credentials from the sandbox account. Everything works fine until I press the "Pay with PayPal" button. At this point when I try to login to continue the simulated transaction I receive the following error: "We are unable to complete your request at this time. Please try again later. We apologize