#tymm
1 messages · Page 1 of 1 (latest)
i have this invoice with failed recurring payment
in_1O0KDdLouXJU4FDJbBtU0f00
For each renewal, you need to ask your customer to complete the 3DS auth from the frontend
a more typical flow would only require 3DS on the first payment rather than doing it for every recurring payment? what do i do to simulate this flow? or is there any settings to configure?
i tried with the test cards in here and the recurring payments all failed
a more typical flow would only require 3DS on the first payment rather than doing it for every recurring payment?
Yes, but you need to implement an integration that can handle 3ds during renewal
what do i do to simulate this flow? or is there any settings to configure?
You need to use this card:4000002760003184
by "this" flow i mean the typical one.
cause it seems like all the 3ds cards listed there require 3ds even on renewal
i need to make sure the typical flow actually works
No using this card 4000002500003155 you'll need to set only the first auth
if you follow this guide :
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
i see. and i assume the flow for both 3ds and 3ds2 are the same?
Yes, make sure to use the latest version and integration flow.
aight thanks