#Hauchu
1 messages · Page 1 of 1 (latest)
Hi there, you can't, but you can create another stripe object with updated stripeAccount
If i create another stripe object then my customer reenter information card
It so bad UX
Is there any way?
Then you should update the stripeAccount and use the use stripe object before rendering the elements.
My flow: user -> charge -> if fail i change StripeAccount?
After change StripeAccount we will continue try payment process.
I'm afraid this flow is not something Strip.js is designed for.
Can you give me any ideas on how to do that?
👋 taking over for my colleague. Let me catch up.
If i create another stripe object then my customer reenter information card
why do you need to wait for the customer to get to the payment to know that you want to use another StripeAccount?
we're talking about connect here right?
Yeah
So maybe my customer payment with StripeAccount 1 fail, and i would like customer try payment with StripeAccount 2
when would that happen?
Stripe Account's especially Connect ones are meant to be used as sellers/merchants
so the customer should know from which merchant they are purchasing
you can't just choose to change the merchant as you see fit
Mean if merchant have multiple account then they also can't do that.