#mabdullahkhalil - transfer schedule
1 messages · Page 1 of 1 (latest)
Hello! To align on terminology, are you talking about Transfers (moving funds from Stripe account to Stripe account) or Payouts (paying funds from a Stripe account to a bank account)?
Transfers, not payouts
Gotcha. Checking in to that.
Hey, just as a quick heads up I got pulled in to something else and will need a few more minutes before I can look in to this again. Apologies for the delay
Unfortunately it does not look like we support this
Can I ask why you are looking to schedule the transfer?
One thing we do have is the source_transaction property when creating a Transfer, with that parameter, you can tell Stripe to not make the Transfer until a specific payment's funds have actually landed in your account https://stripe.com/docs/api/transfers/create#create_transfer-source_transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.