#fabian_finn

1 messages · Page 1 of 1 (latest)

blazing saddleBOT
weak orbit
#

Hi there!

radiant drum
#

Hi soma! thanks for jumping on this topic

weak orbit
#

If it's in requires_confirmation, then you need to actually confirm the SetupIntent for it to succeed.

radiant drum
#

Is this something the customer needs to take action?

#

Does this only apply to credit cards or other payment methods as well e.g., SEPA DD?

#

In our integration there is a time discrepancy between customers setting up their payment method and the first charge being initated on that payment method

weak orbit
#
  1. You create the SetupIntent on the backend
  2. The customer fills their payment information on yoru website
  3. You try to confirm the SetupIntent on the frontend
  4. Then the bank may ask for users to do some actions, like a 3DS popup
  5. Once the user finish teh action, the SetupIntent is succeeded
radiant drum
#

Thanks for sharing! I will have a look - is it possible to initiate charges on the payment method even if the status is requires_confirmation?

weak orbit
#

No that won't work.

radiant drum
#

ok thanks for confirming!

radiant drum
#

Is there any way to retrieve the setupIntent id if only the payment method id is given?

weak orbit
#

Not sure I follow. You are trying to list all SetupIntent with a payment method?

radiant drum
#

No worries. I have a list of payment methods ids however, the payment method itself doesn't return any status like the setupIntent on which it was originally created. Is there any way I can retrieve the respective setupIntent id which was used to create to setup the payment method?

weak orbit
radiant drum
#

Amazing thank you!