#mr.dude_18428
1 messages · Page 1 of 1 (latest)
Hi there!
The Flutter library is not made by Stripe. So we can't really help with it here, sorry.
Hmm, okay, can stripe API be accsesible through rest and not SDK?
We require our customers to enter cvc codes when confirming payment with saved credit cards
before we where confirming payments on our servers (and cvc token was sent to the server), but now we did a refactor and we are now using paymentIntent API and all payments are confirmed client side.
Issue is that flutter sdk does not support sending cvc on confirm payment(SDK)
So my question is can we call confrim payment through REST and include cvc token.
Confirming a PaymentIntnet can result in a 3DS flow. So this has to be done from the frontend, which means you have to use Stripe.js for this.