#rvinc - test cards

1 messages · Page 1 of 1 (latest)

distant raven
#

That isn't a flow supported by any test card

#

If you wanted to try something like this you'd need to switch the card being used between payment attempts

crystal steppe
#

ok, as in start with an "unchargeable" one, detach it, and attach the 4242?

rapid acorn
#

yes

crystal steppe
#

that makes sense

#

i'm unsure about the retry logic, like where it's handled etc; or are we saying that the attachment will trigger a new attempt?

rapid acorn
#

retry logic where?

#

like inside Stripe itself? which API are you using?

crystal steppe
#

for example, an invoice with auto collect

#

yes, i guess the retry logic is not exposed

#

and it's internal on your side

#

the user just creates the invoice asking for autocompletion, and stripe commits to that

#

(collection mode charge_automatically )

rapid acorn
#

ah yep Stripe controls that basically, you still get webhook events for the charges failing or succeeding

crystal steppe
#

indeed