#mm23mm_payouts-description-schedule

1 messages · Page 1 of 1 (latest)

formal micaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1351948841393455156

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

peak pilot
#

Hello 👋

Can you dsecribe what you mean by fluctuating account balances? If you want to automatically trigger a payout when the funds are available, have you set the payout schedule to manual?

mental anchor
#

Hello! I’m in the car now could you please leave the ticket open🙏🏼

#

Inwill share all the info when I’m at home

#

For example, this is a payout

#

This is the description
Naam / Omschrijving / Mededeling
Stripe Technology Europe Ltd
Omschrijving: Droppery Payouy A1Y2C2
IBAN: DK

#

But we want to modify this

Omschrijving: Droppery Payouy A1Y2C2

With for example order number because its difficult to track orders based on this Droppery Payouy A1Y2C2

#

How can we do this and what is your advise? To do this via api

peak pilot
#

Hello! I’m in the car now could you please leave the ticket open🙏🏼

Our discord server supports synchronous chats with developers coding integrations with the Stripe APIs. I may need to ask you to try out different snippets of code. If you cannot do that, I recommend writing in to our Support team here

#

Unfortunately, you are showing me a bank statement. You can specify a description on a Stripe Payout but ultimately the bank decides what they put on any statements or in their apps.

#

With respect to payout amounts fluctuating, if you want to create payouts as soon as the funds become available, I recommend switching Connected Accounts to use manual payouts only.
https://docs.stripe.com/api/accounts/update?lang=python#update_account-settings-payouts-schedule-interval

If that isn't something you can do, for example if the Stripe Accounts have other business and they still expect to be paid out on schedule, then that is something your integration will need to track. In that case you may not be able to create separate payouts explicitly for your transactions. You can use the Balance API to quickly check for the available balance on a Connected Account prior to creating the Payout
https://docs.stripe.com/api/balance/balance_retrieve