#munlightshadow

1 messages · Page 1 of 1 (latest)

kind jasperBOT
austere geyser
#

Are you referring to using auth & capture on a card payment?

#

Or something else?

#

Or are you referring to delaying payouts to a connected account for a number of days?

kind jasperBOT
pulsar gate
#

I think second.

We can delay payment from our customer to contractor on 7 days. We want change expiration time for this payment for case when contractor want to change his deadline for example

austere geyser
pulsar gate
#

No

austere geyser
#

Which is limited to 7 days

pulsar gate
#

I mean Yes

#

Yes it is

#

can I increase this time?

austere geyser
#

Which one?

#

The auth & hold?

pulsar gate
#

In most cases, you need to capture funds within 7 days.

#

this. For example I want 14 days

austere geyser
#

If you want to see whether longer auth holds are available for your account (or your platform connected accounts) then I suggest reaching our to support with a clear description of the use case for this:
https://support.stripe.com/contact

pulsar gate
#

But from code I can't change 7 days to 14 days for example? (for capture funds)

safe moon
#

Unfortunately not. This is determined at the account level. So if you do get the extended authorization window you would have schedule on your side to make cancel API calls on these payment intents after 7 or 14 days

pulsar gate
#

Ok, thank you, understand

#

Sorry

#

another question

#

Can you explain this please
"extended authorization window you would have schedule on your side to make cancel APU calls on these payment intents after 7 or 14 days"

safe moon
#

If your account can hold funds for 30 days, that means that all of your payment intents will try to hold the funds for that long. So if you want funds to only be held for 7 days, your system will need to make a cancel PaymentIntent[1] call 7 days after the intent was created.
[1] https://stripe.com/docs/api/payment_intents/cancel

pulsar gate
safe moon
#

Right, that is the flow that I was talking about. You would be using the same code, but the funds would be held for longer.

Like synthrider said you can talk to our support team to see if longer auth holds can be enabled for your account #1105942868301983784 message