#JORGEGF
1 messages · Page 1 of 1 (latest)
Yes, I'm using WordPress
Yeah so looks like there is a mismatch of keys somewhere in that third party integration
Where one of the requests is happening in livemode and one in test mode
You'll want to reach out to WooCommerce here if you aren't sure where/how to align these keys as they are in control of your code here.
So it would be a wordpress "error"?
Pretty much. You input your API keys somewhere on Wordpress, right?
You must have input your live key in one place and your test key in another place
These need to match
What is currently happening is you are trying to create a Checkout Session in live mode but trying to use a Customer object that was created in test mode
If you aren't familiar with how this works then I'd recommend asking WooCommerce about this so they can help you get it sorted out. I don't have any insight into the actual inner workings of their integration/code.
I understand, then I will contact them
I thank you, good day