#jeyamari
1 messages · Page 1 of 1 (latest)
Yes you can use the split card element (i.e., the separate cardNumber + cardExpiry elements)
Yes, I'm using split card elements, But when making stripeInstance.createPaymentMethod({}); I'm getting
{
code: "incomplete_cvc",
message: "Your card's security code is incomplete."
} . Can you assist me in what I'm missing
The cvc is missing, you still need to provide the cvc even if you are not collecting it through card element
But I want to make CVC optional. The customers can either provide them or not.