Want to display only credit card option in payment screen of paypal. how i can hide log in with paypal option in UI of iOS and android.
Thanks in advance.
It is not possible to hide the pay with PayPal option with Standard and Express Checkout. You would need to sign up for Direct Credit Card processing to only process cards.
Related
I am using PayPal Smart Button Integration and I want only debit/credit option for payment, not PayPal checkout which redirects the user to PayPal. How can I disable PayPal checkout button?
I have gone through the disable fundings option but even there is no such information available to disable PayPal button.
Is it possible to do so?
Whenever PayPal processes Debit/Credit Card payments, they also process PayPal payments as en equally presented option, so customers can choose their preferred one
There are some few exceptions like a merchant account with the Braintree gateway
Unfortunately, there is no way to remove the PayPal button from the smart buttons checkout as that is a core requirement of the smart buttons checkout.
I want to use the PayPal payment gateway to accept payment through credit card in my android application, but I want to use my own UI for credit card details and make my own payment button.
Is there a way to customize the PayPal UI?
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
I want to implement payment gateway in salesforce for credit card and debit card payments. I have done research and got information only to create paypal buttons. After payment submission i want to get transaction id and message from paypal. How can i achieve this?
Regards
Reddy
If you are not experienced with API development, paypal API details are here: https://developer.paypal.com/docs/api/
Then the best other option is an App. I have used the connected Epos solution, which is great for taking payments from credit cards, either with the customer present (chip n pin) or by keying in the card numbers. You need to get the PayPalHere card terminal which is about $50, but it is a great all round solution.
https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000qD0GEAU
i m new in iphone programming and i m very confused in paypal..
paypal payment with credit card without Login into paypal and without paypal account.i want to make app where i want to enter credit card numbers and other info of credit card and purchase thing from my app.what i have to do guyzz..help me out.. thank x in advance.
I think it's help full to you.Can you try This below reference link.
Paypal sand box using ios
Set SOLUTIONTYPE=Sole of your SetExpressCheckoutRequestDetails object to enable the user to do the transactions without having a Paypal account
e,g. If the objSetExpressCheckoutRequestDetails is object of class SetExpressCheckoutRequestDetails in your code then add line
objSetExpressCheckoutRequestDetails.SolutionType=SOLE;
in your code wherever you are initializing your paypal object