Can Paypal Pro cause problems to my old paypal website? - php

Five years ago a webmaster of mine created a php website A with IPN payments by paypal.
That webmaster is not with me anymore.
Now I am creating a Joomla website B with a new webmaster and I want to use Paypal Pro.
If I request to Paypal to use Paypal Pro, then website A will continue working as usual? Or Paypal Pro will cause some problems to the site A?
I mean Paypal Pro is separate from Standard Paypal and can work in parallel?

Adding PayPal Pro will not effect your current integration(s).

Related

Can google pay be integrated as an external payment method?

I am currently using CCavenue as my payment gateway, and we collect payments via email, where the Pay button is pre-configured with the URL, which redirects to the payment gateway. I am keen on using Google pay. Below are my few queries -
a) Can a payment gateway be completely replaced by Google pay?
b) Can I embed google pay into the mail and receive the payment or it needs to be in-app only?
I am using Laravel as Backend.
Google Pay does not process payments, and as such, works in combination with existing payment processors / gateways. Here is a list of supported processors as of today (CCAvenue does not seem to be in that list yet).
You can only use Google Pay wherever you can run JavaScript on the web (or on Android using Java or Kotlin), thus most email clients and services will not support such an integration.
Hope it helps.

Magento 2.09 PayPal Pro Transaction Hangs

I've tried to setup PayPal Pro on Magento 2.09 version. The redirects to PayPal site works, but when I enter the credit card information on the website and then hit submit, it hangs there with the wheel spinning and it says your card was declined. Is there a specific way to setup PayPal Pro on Magento 2.09? Both on Magento and in PayPal Manager.
Try to upgrade Magento to version 2.1. There are many bugs resolved from 2.09.

How to correctly integrate PayPal's API with paypal payments pro?

I just finished building a donation form on a client's website, which processes payments through PayPal's classic api. It works fine in Sandbox mode, but I'm getting a 10501 - This transaction cannot be processed due to an invalid merchant configuration. error.
I know that this error is caused by PayPal payments pro not being enabled on the account the API is trying to access. That is were I'm somewhat confused. The account I'm connecting this donation form to is subscribed to Paypal Payments Pro.
When I first encountered the 10501 error, I thought that PayPal may require myself to log in and enable the Payments Pro service. I found a "get started" button under the payments pro section of the site, but when I click it, I'm taken to a page which only provides a link to the API documentation.
I've never worked with PayPal's API before or launched a live paypal application. I'm hoping someone can point me in the right direction.
NOTES
Just to make it clear, the PHP donation form DOES work in PayPal's sandbox mode
I have acquired the correct API keys from the live account and I know for a fact that I did not mix up the live credentials with the sandbox.
this donation form is on a website, not an mobile app (do I still need to register it as a paypal app?)
Thanks
A lot of times what happens is that PayPal enables the Virtual Terminal for you, but not the DoDirectPayment API. I would just give them a call and let them know you have Pro, but your DDP calls are resulting in this error, and they can probably get it enabled for you.
It's also possible that your version of Pro requires you to use the PayFlow API instead of DoDirectPayment. That's something they can tell you when you call them.

Paypal Recurring Payment through ACH in Php

I have researched through the Paypal website regarding Recurring ACH payment in PHP but could not find any satisfying solution. Paypal has mentioned SDKS for C# & Java for Recurring ACH, but not for PHP at all. Is it possible to write a Recurring ACH PHP scripts for my website? Suggestions are welcome.
I have already integrated Recurring payment through Paypal pro (using Credit cards) but I want to enable the service through the ACH mode (Using Bank account) with recurring subscription. Is it possible with PHP?
Thank you.
This is possible using the Payflow system, but I do not know of any examples specifically in PHP that I have came across for this. You would need to use one of the examples as a model and build your own code in PHP for this.

Using Paypal Express Checkout in appcelerator titanium

I am developing a mobile commerce application in Appcelerator Titanium and using Paypal as my payment gateway. I am using the Paypal's Express Checkout mechanism and doing all the Paypal interaction stuff in php scripts and calling those scripts through xhr object. My php scripts are working perfectly in the browser and payment is done displaying the thank you message, BUT when I try to call the php scripts from the app it redirects to paypal sandbox page displaying the message "Please login to use sandbox features" and nothing else.I am stuck here and can't do any advancement. It is to be noted that I am already logged in to sandbox through my sandbox account? I've spent so much time on searching this problem but couldn't get it working. Please help me what I am doing wrong here? I really need your help. Any help in this regard will be appreciated. Thanks in advance.
Have you tried using the PayPal module on the Appcelerator Marketplace? It's much easier to integrate and it's free:
https://marketplace.appcelerator.com/apps/780?693288467

Categories