#sihan
1 messages · Page 1 of 1 (latest)
Hi there
hi bismarck
You can't schedule payouts via our API. You would need to use something like a cron job or something else to schedule hitting our create Payouts API at a certain time
You will also want to ensure you set your Connected Account to manual payouts in this case
okay. I found this info and am a bit confused: https://stripe.com/docs/connect/manage-payout-schedule
Yep that would be for automatic payouts
Which you can set to specific intervals
But you can't really set specific dates with that
okay. Thanks for the info. is there a way to edit the delay_days after setting it?
Yep
You can update the Payout Settings of a Connected Account via https://stripe.com/docs/api/accounts/update#update_account-settings-payouts-schedule
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you very much