#Ubaidul
1 messages · Page 1 of 1 (latest)
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
Sorry I meant, not saving the card details on my end. Stripe can save the card.
Oh then follow this guide: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Can I create html inputs for card number, expiry, cvv2 and have stripe js process it?
ok thank you
No prob
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?
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
ok got it thank you