#mahlamusa-connect-3ds
1 messages · Page 1 of 1 (latest)
Can you share a pi_xxx that you've had trouble with?
We are currently generating a PaymentIntent for each vendor/seller in a loop, this results in the intent confirmation from the server not matching what is expected in the JavaScript on the frontend
I'm not sure what this means
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.
I unarchived the thread so we could continue the discussion here
We are trying to integrate Stripe Connect's Direct Charges for a marketplace, we have an issue when a customer buys from multiple sellers on the same order.
Our current implementation generates Payment Intents for each seller in a loop, this results in 3D Secure not triggering in the front end
how are you confirming the Payment Intents?
Currently logged in customer confirms on the frontend
On the popup from Stripe confirmCardPayment
are you doing that for each Payment Intent?
I think that's where we have a problem, because the front end shows popup once, but we have multiple payment intents
that's really not the best way to go by it I guess
We need to know if there is any method we can use to make sure 3D Secure is properly handled for multiple payment intents
why do you need it to be a Direct Charge?
We offer our users a choice, if they choose Direct Charges, then we have problems.
In fact Separate charges and transfers seems to be supported in EU/US countries, which is why others use Direct Charges.
yes it's not easy, people expect to pay once for the whole sum(one Payment Intent with the total amount), and the transfers should happen in the background
So what would you suggest?
Let's say the Marketplace is not in the US/EU regions, and thus Separate Charges and transfers not supported. What would be the best way to handle this scenario?
honestly it's a really tough one
I think it's best suited if you could write to our support team https://support.stripe.com/?contact=true my colleagues would have more time to investigate your situation and give you some alternatives
Find help and support for Stripe. Our support center 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.
sorry, let me know if you need any more help