I use Omnipay with CodeIgniter to allow customers to check Paypal. I used the test mode during development on the website, but now the website is done and ready to run.
But I donβt know how to configure Omnipay to use live payments, not Sandbox mode. I tried to set testMode to false. β Invalid security header.
I tried to create Api REST credentials -> You cannot make this air call.
I know this is probably not the right way, but at least I explored the options.
So, please, what is the most suitable configuration for live payments on PaypalExpress using Omnipay?
Thanks in advance.
source
share