#addohm-livemode-errors

1 messages ยท Page 1 of 1 (latest)

hybrid ledgeBOT
wanton plank
#

The developers tab shows this, but obviously I cannot complete any live transactions because according to the checkout, its still in test.

#

I've tried paying for something with my own credit card and it just regurgitates the same result

zenith jay
#

Hello! Is this an integration that you've built yourself or are you using a plugin/third-party?

#

addohm-livemode-errors

wanton plank
zenith jay
#

Ah, that's not a plugin (I was referring to third-party plugins)

#

backing up for a second - how are you integrating? are you using payment links? checokut sessions?

wanton plank
hybrid ledgeBOT
wanton plank
glass star
#

Really it just means that your own code is using the wrong API key that's all

wanton plank
#

I'm using the live keys

glass star
#

you're not though, you think you are, but something in your code is still using the wrong API keys. So that's what you need to debug next

#

You can confirm in the URL if it says cs_test_123 -> Test mode

wanton plank
glass star
#

my guess is you updated the API keys in the wrong file/wrong place. Add a clear log to your code where you initialize Stripe and you'll see you have the wrong API key

wanton plank
#

Okay, well Im working on this. My dev is offline but I can read code ๐Ÿ™‚

#

She freaking hard coded it >.> No idea why. Time to break things.

glass star
#

yeah they likely were testing things quickly and forgot, we all make that mistake ๐Ÿ™‚

#

also make sure you use the right Price id(s) price_123 since they also are separate between Live and Test mode

wanton plank
#

Since I have you here, is paypal via stripe available in the US? Ive seen conflicting information and when I added paypal as an option in code, it broke

#

Oh, and paypal isnt in the wallet section of the dashboard either

glass star
#

no it's EU only for now

wanton plank
#

oof thats horrible. Made in the US, headquartered in the US, cant use in the US. >.<

glass star
#

would it be better to not support Paypal anywhere in the world? ๐Ÿ˜…
I mean I get your point but the current solution solves a real problem on a large part of our user base. We're working on US support,will just take time

wanton plank
#

Okay well thanks for the help. Problems solved or closed.