#lkjhgfdsa
1 messages · Page 1 of 1 (latest)
Hi there
Sounds like you may have not loaded Stripe.JS?
Are you using JS/HTML or React?
I believe I'm using stript.js
<script src="https://js.stripe.com/v3/"></script>
<script type="text/javascript">
const stripe = Stripe('pk_test_51Lgba7FGPZSFHGm1WVyBQZqcSXgMlFHorGyHDIZ3dmllfdifTd2ZbNDd6YnwW5JTQEYR9JDpYtt3ssfuL2cV9u8j006oyjHnyz');
const elements = stripe.elements();
</script>
I'm following the google cloud functions implementation of Stripe, which handles most of the calls on the server side
Hmm looks like you have some extra stuff on that JS script, no?