paypal

Paypal Sandbox showing error

前提是你 提交于 2020-01-04 13:28:13
问题 Paypal sandbox is showing error after login when click on Continue button. Error: no template specified at engine (/x/ebay/cronus/software/service_nodes/.ENVaqqittlg2x28.unifiedloginnodeweb-app__ENVaqqittlg2x28.unifiedloginnodeweb-app__ENVaqqittlg2x28-SLCA-CL5c6jxi7nyl-10.72.136.62/installed-packages/unifiedloginnodeweb/0.4.46_20160921123512280.unx/cronus/scripts/node_modules/adaro/lib/engine.js:90:29) at View.proto.render (/x/ebay/cronus/software/service_nodes/.ENVaqqittlg2x28

Paypal Mobile Express Checkout Library sample app gives me NoClassDefFoundError Exception

二次信任 提交于 2020-01-04 12:47:52
问题 I'm testing the sample app for Mobile Express Checkout Library with Android. I'm getting java.lang.NoClassDefFoundError: com.paypal.android.pizza.ResultDelegate The error is on this Pizza.java line: PayPal.fetchDeviceReferenceTokenWithAppID(this, appID, server, new ResultDelegate()); I'm confused, i didnt find any info about that error on google, and also on the faq on paypal and x.com, so i don't know how to solve it. I simply opened the sample code project and executed it. This is the link

PayPal Item Name/Description on separate lines using forms

萝らか妹 提交于 2020-01-04 09:08:29
问题 I am processing a simple form to PayPal's Express Checkout using the basic standard free account and the standard form "_xclick" option. When passing through the item name or description, I understand you are limited to 144 characters but I want to have the information inside the title or the description on different lines to separate the information when on PayPals checkout area so the user can clearly see what they are paying for. I have tried to use "\r" and "\n" to seperate the lines, as

Handling PayPal error code 10626 (Transaction refused due to risk model)

…衆ロ難τιáo~ 提交于 2020-01-04 06:55:08
问题 We're occasionally seeing a successful authorization of a payment but then when we later capture it we get error code 10626 - Transaction refused due to risk model. Here's the link to the error code: https://developer.paypal.com/docs/classic/api/errorcodes/#dodirectpayment-10626 I have three questions: Why are we able to authorize it in the first place? Is contacting the customer really the only way to handle this error or is there something that we can update in our PayPal integration to

How to open a specific PayPal link in the PayPal iOS app from my iOS app

佐手、 提交于 2020-01-03 20:10:28
问题 I have an http PayPal URL with some parameters that leads to a payment page for some item. E.g. https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=foobar@fakeserver.com&item_name=Some+item&amount=2.50 leads to the page for this dummy item with parameters item_name="Some item" and amount="2.50". All I need to do is open that page in the iOS PayPal app - from my iOS app. Just like you would open a Facebook page in the Facebook app with "fb://page?id=%@" . I don't need to implement any

Is the Payout (REST api) functionality meant to replace Mass Pay (classic merchant api)?

南笙酒味 提交于 2020-01-03 17:49:08
问题 It appears as though the newish payout (including batch) endpoints more or less match up with the older MassPay functionality. The fee structures seem to match up, with payouts having an advantage for transfers within the US. Even some of the events get logged as MassPay . It appears for all practical purposes that payouts is meant to replace MassPay . What I haven't been able to find is a definitive statement from PayPal to that effect. I have looked for an announcement from when payouts was

PayPal REST API: Fulfill Order/Payment on Redirect URL or on Webhook call?

对着背影说爱祢 提交于 2020-01-03 17:09:42
问题 I am working on integrating the PayPal REST API in my Symfony 2 web app. I am not sure what is the correct time/location to fulfill an order/payment: Together with other parameters like the amount, customer data, etc. I transfer two URLs to the PayPal API: One URL the user is redirected to when the payment was accepted and one URL the user is redirected to when the payment is canceled. This works without any problem and when the payment is completed I get all information I need to fullfill

PayPal REST API: Fulfill Order/Payment on Redirect URL or on Webhook call?

落爺英雄遲暮 提交于 2020-01-03 17:09:23
问题 I am working on integrating the PayPal REST API in my Symfony 2 web app. I am not sure what is the correct time/location to fulfill an order/payment: Together with other parameters like the amount, customer data, etc. I transfer two URLs to the PayPal API: One URL the user is redirected to when the payment was accepted and one URL the user is redirected to when the payment is canceled. This works without any problem and when the payment is completed I get all information I need to fullfill

In a Python3 CGI script, how can I read the raw form data in a POST?

我只是一个虾纸丫 提交于 2020-01-03 16:58:29
问题 Yes, I'm aware of cgi.FieldStorage , but, being some form of unordered dictionary, it does not preserve the order of the original data (see below for proof). Since I wish to use this data with PayPal IPN, order is important PayPal docs here, which say "...you must send back the contents in the exact order they were received..." Alternatively, os.environ.get('QUERY_STRING') looks perfect, however, it seems to only work for a GET . Example code: (myscript.py) #!/usr/bin/python3 import cgi, os

PayPal Payments Advanced — Validate Parameters Sent to Confirm and Cancel Pages

╄→гoц情女王★ 提交于 2020-01-03 15:36:48
问题 I'm using PayPal Payments Advanced with TEMPLATE=TEMPLATEC. I already figured out how to create an IFRAME and receive confirm/cancel/silent_post responses from PayPal. But I've found no way to validate parameters my confirm/cancel/silent_post pages receive. Is there a way to ensure that these parameters are from PayPal and not just sent by arbitrary user? 回答1: About the best option you have is to run an inquiry transaction ( TRXTYPE=I ) against the secure token and secure token ID you