paypal-sandbox

Paypal IPN simulator issue

时光总嘲笑我的痴心妄想 提交于 2020-01-25 21:20:14
问题 Although lots of people have asked this question and I have gone through many of them but unable to fix my issue. I think its simple but unfortunately I am stuck here. I am able to hit my listener externally but not getting from IPN simulator. Getting the following error any help is highly appreicated. cheers! 回答1: Using a "raw" IP address in the target URL appears to be prevented by PayPal's IPN simulator; I've been testing it out and it seems that the simulator will only send a request if

How to retrieve buyer billing information from PayPal ExpressCheckout via NVP?

ⅰ亾dé卋堺 提交于 2020-01-25 21:12:09
问题 I have integrated Paypal ExpressCheckout using NVP in a site but I only receive information related to the transaction via GetExpressCheckoutDetails but not the billing information such as buyer name, address. I have used the v65 of the API and PHP. Is there a way to get/retrieve buyer information when they login to PayPal and pay using ExpressCheckout ? An example how I used it. $nvpstr = '&TOKEN=' . $token . etc ... $resArray = hash_call("GetExpressCheckoutDetails", $nvpstr); print_r(

How to handle elements on PayPal popup with cypress.io

南楼画角 提交于 2020-01-25 06:47:08
问题 I need to automate an end to end test that include purchase an order with PayPal. This test includes validate some elements in a screen that appears once the order is purchased. I'm currently trying with cypress.io. I know cypress recommend against visiting 3rd party sites but I need to interact with PayPal in this test. I have not been able to deal with it. Is there any workaround to interact with the PayPal popup when using cypress.io? 回答1: Unless you are testing Paypal itself, you should

PayPal - DoExpressCheckoutPayment - Validation issue

大城市里の小女人 提交于 2020-01-25 03:49:48
问题 For Every PaypPal interaction we Do: 1.SetExpressCheckoutReq 2.GetExpressCheckoutDetailsReq 3.DoExpressCheckOutPaymentReq I do create a billing agreement first and only on scheduled/subsequent orders we use this billing agreement for reference transaction. Our Issue is: With a new PayPal account (testpaypal@abc.com) DoExpressCheckoutPaymentReq failed for CITY = SuttonsBay, with the address validation error “10736” (Shipping Address Invalid City State Postal Code) for a user (USER A). And this

Paypal - Revise Subscription by changing the plan or quantity

淺唱寂寞╮ 提交于 2020-01-23 13:57:25
问题 I am new with paypal integration, everything is working fine but I stucked at the point where I want to update subscription's quantity and plan separately. I went through the official integration guide and I found api for the case https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_revise. Now when I am trying with the above rest api then facing below response (for both quantity and plan) Payment in progress each time Please tell me where i am wrong, help me, thanks 来源:

Paypal Express Checkout : 10410 Invalid Token

自闭症网瘾萝莉.ら 提交于 2020-01-21 15:53:23
问题 I Am using the Paypal Express Checkout API on my web site, and encountering an error while on the sandbox site. The USER, PWD and SIGNATURE fields have been verified and are correct. I have replaced ampersands with newlines for readability. First, my SetExpressCheckout request: USER=xxx PWD=xxx SIGNATURE=xxx VERSION=76.0 METHOD=SetExpressCheckout RETURNURL=xxx CANCELURL=xxx REQCONFIRMSHIPPING=0 NOSHIPPING=1 LOCALECODE=FR SOLUTIONTYPE=Sole LANDINGPAGE=Billing PAYMENTREQUEST_0_AMT=86.11

PayPal REST Sandbox API giving INTERNAL_SERVICE_ERROR

女生的网名这么多〃 提交于 2020-01-21 03:50:13
问题 I finished my PayPal REST API integration yesterday for executing simple payments through my website. My script does the following things: gets a bearer token creates a payment (allowing paypal as the only payment method) sends to user to PayPal for authorisation executes the payment This was all working perfectly in the Sandbox yesterday. Today I tried it (still in the Sandbox) and the execute command is returning an "INTERNAL_SERVICE_ERROR" message. The debug_id from my most recent attempt

PAYPAL CORS error

核能气质少年 提交于 2020-01-17 05:46:10
问题 I am using adaptivepayments api.The code to get paypal key is, PayRequest payRequest = new PayRequest(requestEnvelope, "PAY_PRIMARY", getProperties().getProperty("paypal_failed_url").trim() + bookingId, "SGD", receiverList, getProperties().getProperty("paypal_success_url").trim() + bookingId); payRequest.setFeesPayer("PRIMARYRECEIVER"); payRequest.setTrackingId(transactionKey); payRequest.setReceiverList(receiverList); AdaptivePaymentsService service = null; Map<String, String> sdkConfig =

how to get a notification of payment with django-paypal

半世苍凉 提交于 2020-01-16 07:15:06
问题 I have set everything up using the documentation for encrypted buttons on the django-paypal site. I just don't seem to be receiving any notification that the payment has happened. I know I must be missing something or doing something slightly wrong but I get no POST to any of there views unless after paying I click return to site. I need to get the notification of payment before I can move on. Thanks. here are my views: from django.http import HttpResponse from django.template import

payment creation error paypal sdk android

五迷三道 提交于 2020-01-15 09:11:50
问题 i am using sandbox environment in paypal sdk integration and getting the following error anyone came across the error?? request failure with http statusCode:422,exception:org.apache.http.client.HttpResponseException: Unprocessable Entity paypal.sdk﹕ request failed with server response:{"name":"PAYMENT_CREATION_ERROR","debug_id":"968064d634e8e","message":"checkout-session not created","information_link":"https://api-m.sandbox.paypal.com/docs/api/#PAYMENT_CREATION_ERROR"} /paypal.sdk﹕ PAYMENT