#martingaibisso
1 messages · Page 1 of 1 (latest)
reading the docs I can see that i can request an extended auth only for certain merchants categories.
is there any other option i'm not seeing?
in case we need to capture more than 7 days past
What docs are you looking at?
There might be a way to extend it, but not recover if it's expired.
how would that be?
Are you falling into one of those categories?
we provide a stripe connect solution for many merchants so we are looking for options to all possible merchants
would this be the same as the "extended hold" ?
Yes, I'm refering to the article.
You will get it if your account is eligible, and you provide:
payment_method_options: {
card: {
request_extended_authorization: 'if_available',
},
},
ok thanks. Setup Intents would work too I figure right? or thats limited to 7 days too?
No, SetupIntents set up a Payment Method that can be used at any time.
ok, thanks for your time
Happy to help.