#mr.dude_18428

1 messages · Page 1 of 1 (latest)

glacial ploverBOT
vapid crystal
#

Hi there!

#

The Flutter library is not made by Stripe. So we can't really help with it here, sorry.

dusty harness
#

Hmm, okay, can stripe API be accsesible through rest and not SDK?

vapid crystal
#

You mean make API calls without Stripe.js?

#

It depends what you want to do.

dusty harness
#

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.

vapid crystal
#

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.