Is there any extension/module for Paypal 3d secure payment using credit cards in opencart other than UK? If it is there, let me know the process flow of 3d secure payment.
If bank issued you a credit card with 3d secure, you can't pay, paypal can't get money from your account if 3d secure isn't supported.
Related
I have created a PayPal sandbox account Credit Card - Visa and linked this account to Braintree. In my application, when I am trying to pay using this sandbox account it is asking for IPIN/WEBPIN. Where can I get this IPIN from?
Full disclosure, I work at Braintree. If you have any further questions, please contact Support
Based on the URL, this is a production PayPal flow, not sandbox. If you meant do do sandbox testing, I recommend using a sandbox account. You can sign up for a sandbox account and begin testing. I recommend following Braintree's developer docs for PayPal for testing.
This looks like 3D Secure verification within PayPal. The card issuer associated with the card you are using is asking for the IPIN or WEB PIN associated with that card for verification, because it is a valid production card. If this is not your credit card, please do not use it in that production flow. If PayPal happened to generate that card for sandbox use, please only use it in the sandbox environment.
I was able to implement credit card payments on my website. Now my problem is how do I identify if the credit card account is fake or a fraud. What I am doing is I store the credit card info using the vault api then I get those stored accounts for the user to choose what card they will use to purchase my product. However, i can't find a way to add some more validation on how to check if the user is the real user of that credit card account. Right now I can enter any credit card number by just using a card number generator and it directly submits the payment. I can see in my sandbox merchant account that the payment was successful.
So is there a way for me to prevent this?
Thanks to those who could help.
Processing a zero value payment authorization request is the most common way to authenticate the card details are valid without actually taking payment.
I want to know that how can we implement 3D security using do direct payment method of pay pal with US merchant ?.
Can you provide pay pal payment methods which support 3D security using direct credit card processing without using Pay pal account with US merchant account?
Please kindly help on this.
3-D Secure is only for UK.
A US or Canadian merchant can implement 3-D Secure; however, the authentication data is ignored by PayPal. This information only applies to 3-D Secure for UK merchants implementing Direct Payment.
https://developer.paypal.com/docs/classic/paypal-payments-pro/integration-guide/ThreeDSecure/
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
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