#ynspc

1 messages · Page 1 of 1 (latest)

ionic daggerBOT
dusty vale
last terrace
#

Hi. Let me help you with this.

dusty vale
last terrace
#

I am not sure I follow how the slider is linked to the validation messages. Could you explain please?

dusty vale
#

sorry about that, I wanted ask other question, let me update the question

last terrace
#

You can call await elements.submit() to trigger form validaton.

dusty vale
#

ok

#

is the line 4 correct

last terrace
#

Is it working?

dusty vale
#

it returns empty object

last terrace
#

Is the form validated?

dusty vale
#

previously i tried using this line 229

#

I have integrated the stripe element in this manner, is there soemthing worng?

last terrace
#

You can use Payment Element instead

dusty vale
#

I have used the component provided by stripe. Due to design related issue, I just broke down into each card element and passed as component

#

and yes it works perfectly fine if payment element is used

last terrace
#

I don't think this works with Card Element, unfortunately.

dusty vale
#

So can i use card element to meet the design specificaiton

#

as you mentioned about PCI-compliant, using either paymentElement as a whole or separating different card elements as carfnumber, cvc, expiry, wont have any effect on PCI-compliant

#

If it does affect the PCI-compliant, then i am happy to move back to paymentElement

last terrace
last terrace
# dusty vale

Also, this is a different form from the one you just shared

ionic daggerBOT
dusty vale
#

latter one is already existing screen where only the payment method is to be stored from the customer for future payments

dusty vale