1
votes

does anyone have used stripe connect? I want to have feature of hold & transfer charge amount to the connected account i.e. charge should be captured from customer, but keep it on hold for 3/5 days & then transfer it to merchant. Any information regarding how can i set it in stripe dashboard or through api endpoints would be helpful. Thanks!

1
do you want to keep charge on hold for 3/5 days while creating it??? or just want to hold transfer to connected account??? - Meera Tank
stripe.com/docs/charges#auth-and-capture might help if you want to keep original charge on hold and release after some time. - Meera Tank

1 Answers

2
votes

You can set the delay_days of an account when creating it through the API. This is the number of days charges for the account will be held before being paid out: https://stripe.com/docs/api#account_object-payout_schedule-delay_days

The docs on payout schedules also discuss it in more detail:

https://stripe.com/docs/connect/payouts#payout-schedule