#cecilia-chen-_docs
1 messages · Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- cecilia-chen-_error, 1 day ago, 21 messages
- cecilia-chen-_docs, 1 day ago, 55 messages
👋 Welcome to your new thread!
⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255601000052691155
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
No you can't schedule payouts
You can use manual payouts and then trigger them when you desire, but you would have to set up that logic to trigger the payout at your desired time on your end
can i set up manual payout through dashboard? or through api?
Either
Errr
Sorry, for your own account, you can only change to using manual payouts via the Dashboard
However you can create a manual payout using either the API or Dashboard
I mean I want to schedule payout to a specific date for my connected express accounts
Yep then everything I stated above applies
The only caveat is that you can adjust the payout schedule between auto/manual for your Connected Accounts via the API
But you can't schedule a payout
You would have to use manual payouts and initiate it when you want it
(So use a cron job or something on your end to handle the "scheduling")
could you please give me an example of how to do that? links would be helpful.
I am using Firebase Cloud functions node js for backend, and SwiftUI for the ios client side
No sorry, I can't write custom code for you. I can only help with questions about the Stripe API
https://docs.stripe.com/api/payment_intents/create
if i choose destination charges, does it means that i cannot schedule a payout, and the payout is always be instant payout once the payment is succedd?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
"transfer_data
object
Connect only
The parameters that you can use to automatically create a Transfer. Learn more about the use case for connected accounts.Hide child parameters
transfer_data.destination
string
Required
If specified, successful charges will be attributed to the destination account for tax reporting, and the funds from charges will be transferred to the destination account. The ID of the resulting transfer will be returned on the successful charge’s transfer field.transfer_data.amount
integer
The amount that will be transferred automatically when a charge succeeds. The amount is capped at the total transaction amount and if no amount is set, the full amount is transferred.If you intend to collect a fee and you need a more robust reporting experience, using application_fee_amount might be a better fit for your integration."
because i only see those 2 child parameters, there is no way to set the time
No, that means the Transfer is always instant
A Transfer moves funds to your Connected Account
A Payout moves funds from the Connected Account to their External Account (their bank account)
oh, I want to schedule the time of moves funs to the Connected Account
Then you would want to use Separate Charges & Transfers: https://stripe.com/docs/connect/charges-transfers
And you would create the Transfers based on your own schedule -- same idea as we were discussing above
but im not going to transfer to different parties. we as a platform, will transfer the fund to that 1 specific connected accounts, not multiple connected accounts
hi i also have problem with connecting my custom domain, I am trying to add the TXT type to my domain host Squarespace, and I wonder if i added it correctly
because it says 1 record has not been confirmed
it is the correct way to add the TXT _dmarc? do i need to configure something else on the stripe dashboard?
Yes, see the above docs
ok, thanks