#zetsuman_docs
1 messages · Page 1 of 1 (latest)
👋 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/1224735631221981276
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there 👋 I believe that limitation may depend on how you have structured your flow. Since you mentioned working with Custom Connected Accounts, are you using our recommended approach of leveraging a Destionation Charge flow pattern with those type of accounts?
As I know we should use on_behalf_of parameter. But as I see I should use Destination charge with bank transfers. Am I correct?
on_behalf_of is a variant of a Destination Charge flow, yes. In that case I believe the limit is enforced for all traffic in your platform. That's because with Destination Charges, the payment processing all occurs on your Platform account (then the funds are transferred to the Connected Accounts), so the VBANs should all be getting created on that account as well.
That's a limit I'm not too familiar with though, so it may be worth double checking my understanding with our Support team to ensure I'm not mistaken:
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
So another question, could I create destination charges with on_behalf_of param by default and using a Direct charges for bank transfer payments?
I wouldn't
Mixing charge structures is going to make things very complex, and we generally strongly discourage using Direct Charges with Custom Accounts.
Ok, I have another question related to bank transfers. Could I ask here or create a new thread?
Here
If customer will overpay some bank transfer payment, additional funds would be added to his cash balance. As I see in docs, good practice is return funds to customer.
Question is could I make custom refund flow? I mean create some form with Stripe.JS to collect users data and return funds to him?
My understanding is no. That we will return the funds to the bank details we have unless they're incorrect/incomplete, then we'll reach out to the customer directly to get that information.
https://docs.stripe.com/payments/customer-balance/refunding
ok, thank you