#lars_best-practices

1 messages ¡ Page 1 of 1 (latest)

tight sparrowBOT
#

👋 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/1261300087762718772

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

low marsh
#

hi there!

vivid hamlet
#

hey

#

sorry for the "What are you working on?" it got send by accident

low marsh
vivid hamlet
#

Sometimes, we want to collect some fees from our sellers (for example, the site we're building is a marketplace similar to ebay, and we want to charge a "penalty fee" if the seller cancels an auction with bids)

#

I understand they might get into a negative balance if the balance in their express account is 0.00, but what we would like is a way for our customer support to have a "go to answer" where they can tell them where they can "fix the balance". As I undertood, Stripe takes up to 2 days to debit the associated bank account, so that would mean they would be blocked for 2 days in legit situations

low marsh
#

got it. yes you can use Account Debits to take money from the connected account, but I'm not aware of a way to make that process faster than 2 days.
another option would be to collect a payment method from the Express account that you save on the platform account. then create a regular PaymentIntent to charge that payment method when needed. This would be instantaneous.

#

or to keep track on your end of how much the Express account ows you, and for the next time you send them money, substract that amount.

vivid hamlet
#

the problem is not really in how fast we can debit the account, but more like, how fast the user can regulate their balance

#

in Standard dashboard, there's the "Add funds" button but it's not present in "Express" accounts

#

is there a method in the api to "programmatically trigger" add funds?

low marsh
#

I meant instead of using Account Debits which might gve them a negative balance, simply charge one of their payment method.

vivid hamlet
#

we tried with top ups but that only tops up the platform account

#

oh I see

#

one semi-related question, do the test environment perform debits on the test bank account? Because we've had multiple test accounts staying in negative for quite some time

tight sparrowBOT