Skip to main content

I’m using the sandbox testing on web, and don’t seem to find any docs on how to test, so I am using stripe’s approach to use a card 4242 4242 4242 4242. However, I end up with this error:

Thing is, the screen prior clearly shows that it is in sandbox mode. Why is the request failing?

 

Hi @mooselliot 

After checking our logs, it looks like you’re sending two keys in the Authentication header. I guess you have your production key commented out but it’s actually sent along with the sandbox key.

Hope it helps!


Oh my, how silly 😅 thanks for the prompt reply! 🙏🏻