#befa_api
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/1395026608280309802
📝 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.
Uh, o_b_o isn't supported 😔: https://docs.stripe.com/payments/bank-transfers#connect
Hello, we already talked this morning aboit my payment_intent issue 😅
I missed that, my bad
So is there a way I can let my customer add funds to his cash balance?
Or is sepa_debit the only solution (which isn't the same thing since my customer will have to enter his IBAN instead of sending funds to a dedicated account
Is o_b_o essential for your integration? It kind of hinges on that, really
If you need the connected account to be the MoR then Bank Transfers are a no go (unless you do direct charges)
What do you mean by MoR ?
Maybe not essential but as I stated above it's not at all the same thing to ask my customer to send fund to a dedicated bank account instead of filling his IBAN informations so we can make a debit on his account
Well, that's what o_b_o controls: https://docs.stripe.com/connect/destination-charges?platform=web&ui=stripe-hosted#settlement-merchant
Ah OK, I have the doc in french so I was wondering what MoR was 😅 But hey the on_behalf_of parameter is essential to my platform
Gotcha, MoR = Merchant of Record
Yeah in french it is Entité de Règlement 😅
Slight difference
SO if I undestand exactly, the only solutions I have would be :
- Create a payment Intent with sepa_debit (or even card)
- Handle a form on my platform use Stripe JS to collect the informations and send the validation of payment to the API
There is no way to have both on_behalf_of and band transfer at the same time?
Even if I manage to use the invoice API I guess the issue will be the same (I am receiving the sale error when displaying the paylent link received from an invoice when on_behalf_of and customer_balance are asked
Correct, I can put in a feature request to denote interest in using bank transfers with OBO, but it is not supported now. So yes offering other bank payment methods will be the closest you can get and will enable many of your users to pay by bank.
And yes that restriction applies to invoices too, invoices still use the same things under the hood that run in to this restriction.
OK, too bad. Bank transfer was what we were using with our previous partner (from which we're migrating to Stripe) and it was indeed the best way to handle that for us and our customers
Just to let me knwo. When is cash balance used ? only if a payment is done to my account and not a connected account?
I think it can be used to pay any intent that has customer_balance in its payment_method_types list.
And you can do cash balance payments with destination charges, it is specifically destination charges with OBO that aren't supported unfortunately. So you can do a destination charge and the funds would be split up properly, but your platform would be the merchant of record and such.
OK, I get it. We need to talk about what it mean (legally) with my colleagues and we'll choose what's the best way to handle that.
Thank you for your help
Of course, have a nice rest of your day!