#chooke-elements

1 messages · Page 1 of 1 (latest)

lean bear
#

hello! taking a look, gimme a few minutes

dusty vale
#

this is the design we trying to achieve , we currently not using paymentSheet , only cardForm , if there is an alternative way to achieve this , and confirm a setupIntent , then that would be awesome

lean bear
dusty vale
#

can we achieve this with paymentSheet instead, knowing that we are developing on ipad

lean bear
dusty vale
#

i will try that , one last question , so if we build our own custom fields , how can we still confirm the setupIntent ?

#

so if we build all the fields and did all the validations , can we still confirm the setupIntent ?

lean bear
#

umm, that's really not recommended. If you collect the raw credit card numbers in your custom form and then use the Stripe API directly to tokenize the cards. We actively discourage you from doing this because by handling raw card numbers directly you become subject to the full PCI compliance standards. In your case this means you’d have to submit a SAQ D form annually to prove that you are PCI compliant — see https://stripe.com/docs/security/guide#validating-pci-compliance under "API Direct" as this is what your integration would be classified as. It’s a 40 page form and trust me, not a headache you want to be dealing with.

dusty vale
#

so the only way to go about this is either use CardFrom or PaymentSheet right 😅

lean bear
#

pretty much yep