#CamperCat-3DS

1 messages · Page 1 of 1 (latest)

lofty musk
pallid snow
#

Hey thanks for your answer. I am using a test card and the status of the paymentIntent also says that I need to do the 3D Secure. But how can I do it?

lofty musk
pallid snow
#

is it even possible with it ?

lofty musk
#

it should be, you can look for tutorials/samples online on how to implement it

pallid snow
#

The docs are not that big. We tried much, the documentations says "SCA-Ready: The SDK automatically performs native 3D Secure authentication if needed to comply with Strong Customer Authentication regulation in Europe."

The thing is that we want to pay with an existing card on the customer account. But when we try to confirm the payment in the app it needs card details. Where is the sense behind that ? If we understood right the "ClientSecret" is for confirming the payment.

rocky wave
#

Hey there! Just catching up here. Can you share some more details of your integration?

#

The Flutter library isn't an official library, we can offer limited support here

pallid snow
#

Ah okay I thought it is.

The integration is as followed:

  1. Creating Customer Account backend with paymentMethod
  2. App is confirming setupIntent
  3. App trys to buy sending request to the backend
  4. Backend creates a paymentIntent
  5. Backend returns clientSecretKey
  6. App trys to confirm payment but we fail
rocky wave
#

Can you share the ID of a failing Payment Intent?

pallid snow
#

We think this is the right method for confirming the paymentIntent but it needs card details. But we don't want to fetch the card details for every payment from our customers

#

yeah one moment

#

pi_3JvopeBMbWm4jDkM1HLlBCxd

rocky wave
#

Thanks, let's see what's going on!

pallid snow
#

Oh yeah I think the method i posted above is the wrong one. The naming is not good. "confirmPayment" its not confirming the payment its creating a paymentMethod

#

But its okay if you guys don't support this package I fully understand that you can't help me with the implementation. Thanks for your answer and your help. We will try to get this working

rocky wave
#

Hmm, the PI you sent me is using a card_ object which was created via /v1/tokens

#

So despite your attempt to auth that payment method via Setup Intents for off-session payments, it's not supported