#seth2970
1 messages · Page 1 of 1 (latest)
Hi
Do you have some failure request Id so I can understand exactly your use case ?
No, I just don't know how to create an invoice with a PaymentIntent using capture_method: "manual" (capture).
You can't use manual capture with invoice AFAIK, you can just use PaymentIntent:
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
If I cannot create an invoice and need to implement a fund reservation system in advance within a B2B context, how can I do this?
Is there an alternative solution?
Is it possible to retrieve business information from an account, such as the SIRET number, to create your own invoices?
You can't reserve funds, but you can generate bank mandate for example and create a bank debit once the purchase is ok
nope you can't retrieve personal bank details
A bank mandate is simply a transfer of funds between two Stripe Connect accounts, meaning that I don't need to request the bank details (IBAN) from each user, correct?
And does this automatically hold the funds?
No it doesn't hold the funds
So there is no possibility to hold the funds in b2b context ?
AFAIk, no.
No posibility to do a prepayment in b2b context ?
Depending on the connect type account, you can hold some funds in the Connect account balance
how to do that ? In standard ?
I was thinking of blocking account's balance, but no you can't achieve this using Standard accounts
Okay thank you very much. Have a great day!