#Nadiya-vuejs
1 messages · Page 1 of 1 (latest)
it sounds like you're using vue-stripe, you would want to reach out to the developers of this package to ask
i'm not using that package
Hi! What Stripe library are you using?
sorry, i'm not sure. i think i use the stripe cdn
<script src="https://js.stripe.com/v3/"></script>
This is Stripe.js, so you can directly use https://stripe.com/docs/js/element/events/on_change?type=paymentElement#element_on_change-handler-complete that you linked in the previous thread.
sorry, i still can't make it work. should i supposed to write that in created() hook? or should i create a watcher for paymentElement instead?
Unfortunately I'm not very familiar with Vue. But I would recommend to use vue-stripe, that was made specifically for vue: https://github.com/vue-stripe/vue-stripe
Otherwise feel free to contact Stripe support with your Vue question. Make sure to include code samples and the exact error you are getting.
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i see.. let me take a look at that library