Stripe - Platform Error - Key Not Provided

Hey,

Im trying to test my stripe component, and everything was great, I never had a platform error until I tried to test it. It’s probably because I don’t know where to find the publishable and secret key, do I need those?

Any help is appreciated!

Yes, if you have enabled test mode (and you have in that screenshot) then you will also need to add your test mode publishable key and secret key. You will find this in your stripe dashboard. You can identify a test key by the word “test” after the pk_ and sk_.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.