express-checkout Questions

4

I am working with Expresscheckout on Paypal, For single time Users payment integration. Working flow 1st create token and user redirect to paypal page and success to my return url page. 1.SetExpres...
Devinna asked 15/9, 2015 at 12:56

2

Solved

Is it possible to do an express checkout payment in PayPal without an account? I remember that I saw it somewhere, but I don't remember where. Once a time in PayPal there was a link under "Create...
Nelan asked 7/10, 2011 at 15:46

4

It looks like PayPal was purblind on this. After I create a test account with a credit card, PayPal provide everything but not CVV for a card. So it is not possible to test credit card payments, be...
Beni asked 25/11, 2016 at 18:19

0

On the Paypal Basic Integration tutorial it is possible to capture an order client-side which essentially submits the payment to paypal. Once the order is captured, the tutorials shows you how to v...
Wainscot asked 14/5, 2019 at 22:18

1

I'm trying to set up PayPal to take payments on my website, and I would like to specify line items for the payments (Using the new SDK, not the javascript version) I have tried going through the A...
Valerlan asked 11/2, 2019 at 23:48

2

Solved

I currently have a list of items with a Paypal button associated with each of them. Each item will be purchased separately by clicking on its associated button. <ul> <li data-id="1">I...
Readability asked 22/3, 2017 at 15:45

3

Solved

I am working with the paypal express checkout API and am having issues with setting the quantity. Below are my URI parameters: $params = array( 'METHOD' => 'SetExpressCheckout', 'PAYMENTREQUE...
None asked 17/4, 2012 at 12:24

1

I'm trying to create a sandbox app to use for paypal checkout. I go to Create app page but nothing is shown in the account dropdown: As the error message says: To create an application, you mu...
Amphibian asked 18/7, 2017 at 10:32

4

Paypal says, use CCREJECT-REFUSED for address1 in credit card detail. https://developer.paypal.com/webapps/developer/docs/classic/express-checkout/ht_ec_fundingfailure10486/ I tried creating new t...
Churchman asked 16/8, 2013 at 14:22

1

Solved

I am using Basic PayPal Checkout Button (data-version-4) with jason payload to do a payment against the 'sandbox'. All the code works fine until it gets to the point of 'Confirm' or 'Pay now' withi...
Pigpen asked 16/11, 2016 at 20:19

2

Solved

In an existing implementation of Paypal Express Checkout API, we had the landing page set to a credit card entry page by setting the flags: SOLUTIONTYPE=Sole, LANDINGPAGE=Billing, and everything ...
Runin asked 1/4, 2014 at 23:47

2

Solved

Background: We implemented Paypal Authorization and Capture flow using NVP integration and php-curl. The complete process is described on the PayPal developer website : https://developer.paypal.co...
Gusto asked 11/8, 2016 at 18:33

1

I have been searching all this while and couldn't really find any documentation which tell, why one should use express checkout or REST api? Can someone please tell me the difference between these...
Entozoon asked 7/9, 2015 at 9:37

2

Solved

Quick Summary: I'm developing an e-commerce site using PHP. It uses PayPal to make payments. I have been successfully using (from sending the request string via SetExpressCheckout to DoExpressChe...

3

Solved

First of all, i dont have a Bussiness Account, so if that is the problem, just tell me, because is almost impossible to find where is the requeriment for Paypal Express Checkout in their official w...
Tsana asked 7/1, 2013 at 23:32

1

Solved

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 ...

3

Solved

I just went from sandbox to live with my PayPal Express Checkout. But when I try to use it, I get the following error: You are not signed up to accept payment for digitally delivered goods. My...
Mastermind asked 9/3, 2014 at 16:58

1

Solved

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 ...
Cellini asked 12/2, 2014 at 12:4

2

Solved

According to the PayPal documentation, it is not possible to have Instant Payment Notifications (IPN) for Recurring Payments when using ExpressCheckout. Here is how I come up with that conclusion:...
Hartsell asked 10/5, 2013 at 13:28

2

Question: Is it possible to set up a subscription via Paypal api Express Checkout, so you can pay via Credit card and Paypal login. The Paypal login works no problem, but I can not get it to work ...
Jackstraws asked 24/1, 2012 at 18:43

1

Im using Paypal recurring payments and Im having some issues understanding when is my first charge occurring. Im using Sandbox currently so paypal does not really send me an overview of the payment...
Unconcerned asked 16/9, 2013 at 8:38

1

Solved

I have tried enabling receiving billing addresses with PayPal sandbox by adding the following option: REQBILLINGADDRESS=1 (documented here: https://www.paypalobjects.com/webstatic/en_US/developer/...
Folder asked 28/6, 2013 at 16:37

2

Solved

I'm using Paypal Express Checkout system on my website. But I want to put a coupon (discount) code area. It will make a reduction if code is true. (Like GoDaddy.com's cart system) Have you any ide...
Kashmir asked 27/2, 2011 at 15:49

1

Solved

I'm wondering if payment "second" confirmation on my site is required by Paypal regulations or agreements. I am talking about step/screen #4 on figure #2: https://cms.paypal.com/cms_content/US/e...
Ruthenic asked 13/1, 2012 at 3:9

1

I'm trying to integrate paypal express checkout on my website. I was trying to check using sandbox. When I submit data from my site token is generated with no error but when redirected to paypal it...
Thisbee asked 27/9, 2011 at 16:57

© 2022 - 2024 — McMap. All rights reserved.