express-checkout

How to manually trigger Paypal error 10486 in sandbox?

萝らか妹 提交于 2019-12-05 01:35:18
问题 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 test user (CC credential was automatically created). Login into sandbox and add CC detail I got from first step. I change address line to CCREJECT-REFUSED. Save it. And then tested it, checking out via sandbox. Error 10486 was not triggered. Any hint? 回答1: Mistake I made was to edit the SHIPPING

express checkout for recurring payments does not work for german payers

拈花ヽ惹草 提交于 2019-12-04 07:12:03
I am currently developping a PayPal payment transaction with ExpressCheckout and RecurringPayments. Testing the software I get the following message after the ( german ) buyer logged in at paypal for confirming the payment: "Zurzeit können wir Ihre Anfrage leider nicht verarbeiten. Kehren Sie zu facilitator account's Test Store zurück und wählen sie eine andere Option aus." wich means "We cannot procceed the request. Please got back to the store an chose another option". A little bit googling shoes me this answer of the paypal support: Dear xxx, Thank you for contacting PayPal Merchant

Paypal IPN not calling Issue

谁说胖子不能爱 提交于 2019-12-03 17:16:36
I am having some problem regarding Paypal IPN not getting fired on one of my server. Below is the scenario. 1) I have two sites site A(old) is on server X and site B(new) on server Y.Both the sites having identical Paypal express checkout form submission and IPN code. 2) Site A is running smoothly with paypal express checkout form submission and IPN is get fired correctly. 3) But with Site B, though our form gets submitted correctly and payment is successful, IPN is not getting fired. More information : I checked Paypal`s business A/c for any of functionality that may needed to add IP/domain

How to manually trigger Paypal error 10486 in sandbox?

流过昼夜 提交于 2019-12-03 15:43:03
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 test user (CC credential was automatically created). Login into sandbox and add CC detail I got from first step. I change address line to CCREJECT-REFUSED. Save it. And then tested it, checking out via sandbox. Error 10486 was not triggered. Any hint? Mistake I made was to edit the SHIPPING address instead of the BILLING address. Your best bet is to log directly into https://www.sandbox.paypal.com and

PayPal express checkout billing addresses in sandbox

点点圈 提交于 2019-12-03 13:55:57
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/docs/pdf/pfp_expresscheckout_pp.pdf ) For the call to SetExpressCheckout. However, I receive the following error: 'ACK': 'Failure', 'BUILD': '6675672', 'CORRELATIONID': '4d9afd327754a', 'L_ERRORCODE0': '11601', 'L_LONGMESSAGE0': 'Billing address request is not enabled for merchant', 'L_SEVERITYCODE0': 'Error', 'L_SHORTMESSAGE0': 'Request for billing address failed', 'TIMESTAMP': '2013-06-28T16:32:22Z'

How to set an IPN URL for PayPal Recurring Payments using ExpressCheckout?

橙三吉。 提交于 2019-12-03 11:39:48
问题 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: In the SetExpressCheckout documenation for NOTIFYURL they say: The notify URL applies only to DoExpressCheckoutPayment . This value is ignored when set in SetExpressCheckout or GetExpressCheckoutDetails . I don't have a one-time payment with ExpressCheckout. I am just creating a recurring profile.

PHP Paypal Auth/Capture NVP Integration Troubles

老子叫甜甜 提交于 2019-12-03 11:17:03
问题 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.com/webapps/developer/docs/classic/express-checkout/ht_ec-singleAuthPayment-curl-etc/ On our website, the current payment scenario is : - First, an user click on a button to initiate a payment authorization, redirecting him on the PayPal website (SetExpressCheckout with paymentaction=Authorization) -

Paypal recurring payment charge immediately?

 ̄綄美尐妖づ 提交于 2019-12-03 09:50:05
问题 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 that is really happening. I would like to create a monthly subscription that will charge the user each month 6.99$ and will start immediately. my basic parameters are: BILLINGPERIOD = MONTH AMT = 6.99 PROFILESTARTDATE = date('Y-m-d') . 'T' . date('H:i:s') L_PATMENTREQUEST_0_ITEMCATEGORY0 = Digital

PHP Paypal Auth/Capture NVP Integration Troubles

点点圈 提交于 2019-12-03 01:39:51
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.com/webapps/developer/docs/classic/express-checkout/ht_ec-singleAuthPayment-curl-etc/ On our website, the current payment scenario is : - First, an user click on a button to initiate a payment authorization, redirecting him on the PayPal website (SetExpressCheckout with paymentaction=Authorization) - If the user succesfully confirmed the payment on the PayPal website, he is redirected to our website on

Paypal Express Checkout Subscription using Credit Card Payment

佐手、 提交于 2019-12-01 08:00:37
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 with credit cards at the moment. I have set the NVP SOLUTIONTYPE = Sole I know you can set up a paypal subscription button, but the client want to sell a product (single payment or instalments) and add a subscription if user wants to sign up. Many thanks for any help. Llewellyn UPDATE: For anyone else who has this problem I got this response back from Paypal: With subscriptions and Express Checkout,