When I'm making payment through Paypal, it is working properly. But whenever I'm making a card payment, nothing is being returned in onActivityResult. I'm using Paypal SDK "PayPalAndroidSDK-2.9.10.jar"
In live, you need to check whether your account is eligible to direct credit card payments first.
Direct credit card payments is only available to UK and US. Click here to view the details.
Hey i was having same issue but it there was actually some issues in paypal sdk 2.9.10
Paypal sdk version 2.9.11 is working fine with credit card payments.
You can download the Paypal sdk version 2.9.11 from the link below.
https://github.com/paypal/PayPal-Android-SDK
Related
I'm building an ionic mobile app and I need to include PayPal as the payment gateway in the app. So I installed the ionic PayPal plugging (https://ionicframework.com/docs/native/paypal) and implement it. Pay with Paypal is working, But pay with credit/debit card is not working. When I enter my card details it shows the following error. (Items in the app cost in HUF - Hungarian)
That error message is somewhat misleading. Yes HUF was never supported, but you're actually using a very old plugin with a credit card integration that is now not supported at all, for any currency.
So not only should you disable that credit card integration for any currency, since it will not work, but you also shouldn't use that 5-year-old plugin.
If you need a native SDK for PayPal payments, the only method currently supported by PayPal is the Braintree SDK: https://developer.paypal.com/docs/archive/checkout/how-to/braintree-integration/
I´m trying to develop a link for a web site to redirect the logged user to a checkout process that allow recurring payments via Paypal using its credit cards.
I´ve read Paypal documentation regarding subscriptions and I have some questions:
There is a warning message telling:
"The use of the Paypal REST /payments APIs to accept credit card payments is restricted. Instead, you can accept credit card payments with Braintree Direct".
Is it true?. Do I have to use some Braintree REST API or SDK to let user to
put credit card information?
After users approve agreements, how can I get credit card expiration dates to inform whether some are close to expire.?
Any help or clarification would be appreciate.
Thanks.
We are having major trouble when we pay using direct credit card payment from mobile application development. To the live transaction we cannot able to use direct credit card payment.
While using Credit Card: "The merchant does not accept payments of this type."
We are developing the mobile application using ionic framework. Using the ionic-paypal plugin we implemented and Sandbox flow has been verified success using Paypal REST API. For the live account not working. Paypal develper page i cannot able to enable the "credit card payment" from the following url "https://developer.paypal.com/developer/accountStatus"
Any additional permission require to live transaction or any other steps and solutions to complete this
PayPal REST API Credit Card payment instrument currently available for US and UK PRO account. If you tried with some other countries except from these two, you'll get an error.
You can read here
I'm currently testing a website made with Woocommerce and Paypal Pro Entension. I'm working with a sandbox bussiness pro account.
Right before the checkout, i got this warning saying :
Pay with your credit card via PayPal Website Payments Pro. TEST/SANDBOX MODE ENABLED. In test mode, you can use the card number 4007000000027 with any CVC and a valid expiration date.
Since I'm in test mode, I am using the given credit card number but when I checkout, it loads...indefinitely. And the transaction never go threw.
Since I dont get any error message, I'm having trouble to find out what causes the problem and theres no "fake money" deposit made in my Paypal Sandbox Bussiness pro account.
Can you help me?
Thanks you.
I want to implement like this application
http://itunes.apple.com/us/app/paypodd/id341546114?mt=8
Different kind of credit card payment through PayPal in my native iPhone application. I searched, most documents in paypal sites, they are showing, I need to entry paypal account/email address also to transact. But upon the application, I can see, directly he entered only credit card name, careditcard type, cvv and amount for his transaction?
Anybody any idea? How i implement this??
That application is using the PayFlow Pro merchant API:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_gateway_payflowpro
Note that PayFlow Pro requires an existing merchant account -- you can't just use it to send money to your Paypal account. (This is probably why the iOS application you linked to has had poor reviews: the description doesn't make it clear that the application is useless on its own.)