I am using the bubbles built in plugin for stripe. It worked fine until I started trying to transfer to sellers in a different currencey than my app us configured with on stripe.
I beleive the way to solve it is to use a transfer_group to group the charge of the customer with the transfer to the seller.
Stripe does provide a way to include a transfer_group on the Transfer To Seller action, but I coiant find a way to provide a transfer_group when charging the customer.
I even tried alling the stripe API to modify the Payment Intent object, but got an error saying that transfer_)group can only be set at checkout time.
I am trying to avoid going through the whole process of creating customers myself through the API.
Any help appreciated.