Android PayPal payment using credit card - paypal

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?

Related

Recurring payments with credit card (paypal)

I want to use recurrring payments with credit card on my web site. Can guests of my web site do recurring payments with credit cards without registration on paypal? I tried use subscription button, but when I chose pay with credit card, I entered credit card information and then paypal made me to register on paypal (https://snag.gy/hxO2Gl.jpg). Also I tried do recurring payments with credit card (Direct Payment Recurring Payments (DPRP)), but I have to be PCI compliant for processsing dredit card on my web site. Can I do recurring payments through Checkout page (with button "Add to cart")?
With PayPal website payment standard ( PayPal subscription button ) integration you can use Enhanced Recurring Payment option for showing card option to your customers. So that your customers will be able to subscribe for recurring payments with the card. The Enhanced Recurring Payment option is available in US, UK, CA, AU. Please contact PayPal customer service team for further help!

Paypal - card payment

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

Show only credit card option with Paypal in iOS And Android

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.

How to update credit card details on a Paypal subscription button

I have set up a subscription button,
When a user chooses to pay by credit card instead of a paypal account, how would they go about updating the credit card, eg. if it has expired.
I have seen a modify option , but that seems to be for upgrading their subscription to a different pricing rather than for updating credit card details.
If there a way to offer an option so they can update their credit card details attached to a subscription?
"Guest checkout" is not available with PayPal Standard Subscriptions or Express Checkout with Recurring Payments. Any time they sign up that way they would have to create or login to a PayPal account, and then that's where they would update their card details.
If you're creating profiles directly on your site with credit card details and no redirection to PayPal then that means you must be using PayPal Payments Pro. In that case you could update the profile details within your PayPal account or using the UpdateRecurringPaymentsProfile API. So you would have to build that tool into your site's user profile so they can update it accordingly.

PayPal recurring subscriptions with credit card payments

In my website I have integrated PayPal subscription. There client redirects to paypal site and do the payments and return to my site, it is fine. But my client wants to accept credit card payments, in current implementation users need to create paypal account in order to do credit card payments. As per my finding on the web we can do recurring credit card payments in following ways.
Collect credit card detail and store on paypal side and perform transaction when we need using a token. But this method supports only in UK and US
https://developer.paypal.com/docs/integration/direct/rest_api_payment_country_currency_support/#direct-credit-card-payments
Collect credit card details and create recurring payment profiles via API. But this method possible only in US,UK,Canada only
We can do credit cards payments on PayPal site(without paypal account) with their Enhanced Recurring Payment service. It is not free($19.99/month)
My client is in France, So in my case only possible option is 3. Am I correct? Is there any other way to do it.
Unfortunately, none of the option is available for France Merchants to process direct credit card payments.
The option 3 Enhanced Recurring Payment(ERP) is available for US,UK,AU and CA.
No, for France Merchants there is no way to accept direct credit card payments, only way is you can turn on "account optional" feature in paypal account and increase chances that buyer could pay with credit card along with PayPal with Website Payment standard or Express checkout