#gewibu
1 messages · Page 1 of 1 (latest)
Hi, that error is typically thrown when you use a test token in live mode. Can you share the token Id so I can confirm this? Also, testing in live mode is prohibited by your Terms of Services you agreed, https://docs.stripe.com/testing#use-test-cards so I recommend that you do all of your testing in test mode. Then, switch to live mode.
right, let me specify here that the live token is being used for a real, actual credit card- not one of the test cards
let me grab the token
That is right, but testing using live card is prohibited
we tested with the test card, so thats not an issue
Request req_jTdEB1XpkdjLsL token: tok_1OjmzLLqwvUucnvf4kwTpysM
It looks like the request to create the token, https://dashboard.stripe.com/test/logs/req_DeMcYUP9kp6VZe was made in test mode and not in live mode.
However, this request, https://dashboard.stripe.com/logs/req_jTdEB1XpkdjLsL was made in live mode.
You need to create the token using your live mode API key
I think you might not have updated the publishable key from test to live
sounds like that's the case, thank you for the assistance!