#chridy

1 messages · Page 1 of 1 (latest)

candid sirenBOT
timid prism
#

hi there!

frozen tapir
#

ah ok, so it's not possible with the card element directly?

#

is it possible to hide the card element and use separate visible form fields to fill it out? It's StripeJS in a vue app, so I was wondering if it can connect to a vue data variable

timid prism
#

ah ok, so it's not possible with the card element directly?
you can, but then you can't change its layout.

#

is it possible to hide the card element and use separate visible form fields to fill it out?
I'm not sure what that means, can you calrify

timid prism
#

It's StripeJS in a vue app
Note that Stripe.js is not fully compatible with Vue.js. The workaround is using third-party wrappers for the library instead, like vuestripe.com

frozen tapir
#

ok cool

frozen tapir
timid prism
#

using standard HTML form fields that when updated, pass their values through to a hidden Stripe card element
no that's not possible

#

that would mean you application has access to the raw card information, which is only allowed if you are PCI compliant

frozen tapir
#

ah I see, ok thank you 🙂