#cecilia-chen-_docs

1 messages · Page 1 of 1 (latest)

abstract merlinBOT
pliant heraldBOT
#

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.

abstract merlinBOT
#

👋 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.

light saffron
#

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

fading holly
#

can i set up manual payout through dashboard? or through api?

light saffron
#

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

fading holly
#

I mean I want to schedule payout to a specific date for my connected express accounts

light saffron
#

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")

fading holly
#

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

light saffron
#

No sorry, I can't write custom code for you. I can only help with questions about the Stripe API

fading holly
#

"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

light saffron
#

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)

fading holly
#

oh, I want to schedule the time of moves funs to the Connected Account

light saffron
#

And you would create the Transfers based on your own schedule -- same idea as we were discussing above

fading holly
#

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

light saffron
#

That's fine

#

You just create one Transfer

fading holly
#

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?

light saffron
#

Should look like: v=DMARC1; p=none;

fading holly
#

yes I set it to be p=none

#

oh, i need to set both v value and p value?

light saffron
#

Yes, see the above docs

fading holly
#

ok, thanks