#munlightshadow
1 messages · Page 1 of 1 (latest)
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?
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
You can set the payout schedule on the Account API to control the delay_days if that's what you're trying to achieve:
https://stripe.com/docs/connect/manage-payout-schedule
No
But delaying payment from the customer is more like the first scenario I described, auth & capture:
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
Which is limited to 7 days
In most cases, you need to capture funds within 7 days.
this. For example I want 14 days
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
But from code I can't change 7 days to 14 days for example? (for capture funds)
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
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"
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
Not exactly.
I'm using this https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
And I place a hold money only 7 days. Do you mean that I can do something with my account for increase this limit? for example for place a hold money 14 days?
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