#Ubaidul

1 messages · Page 1 of 1 (latest)

frank ploverBOT
merry depot
#

So there's not a way to process a payment and not have the payment method details stored on Stripe's end

#

We need to create payment method objects and payment intent objects for all charges

stoic stirrup
#

Sorry I meant, not saving the card details on my end. Stripe can save the card.

merry depot
stoic stirrup
#

Can I create html inputs for card number, expiry, cvv2 and have stripe js process it?

#

ok thank you

merry depot
#

No prob

stoic stirrup
#

hi, i have seen this article before

#

It explains how to create a preset form provided by Stripe

#

Is there a method I can create my own textboxes via HTML and have stripe JS process the details?

merry depot
#

You can do that but you have to be pci compliant

#

It's a difficult legal process

#

Payment Element handles pci compliance for you so recommend you use that

stoic stirrup
#

ok got it thank you