#scottmada - multicurrency prices
1 messages · Page 1 of 1 (latest)
Hello
Hi!
So you are attempting to create a multi-currency price and use it with a Subscription, correct?
Yes. I've got a multi-currency price and I want to bind it to a subscription of a single currency customer
Got it. Don't think we support this yet. Let me double check
We can do it easily from the web ui
Right, but I believe we currently only support multicurrency with Stripe Checkout
Okay actually no this is supported
One sec
Nice!
Okay kind of...
So this doesn't work for a Customer that already is locked in to a Currency
So if the Customer already has a Subscription then they can't have a Subscription in another Currency
However, for a first-time Subscription for a Customer, you set the Currency parameter (https://stripe.com/docs/api/subscriptions/create#create_subscription-currency) to align with the currency of the multi-currency Price that you are using
Sorry for the delay
So, we cannot use multi-currency price (even if it's done easily in the web environment) on a customer of another currency even if the multi-currency price has that currency
As far as I know, that's correct, it is not currently supported.
Can you share an example request where you try this?
Well, something like:
await this.app.controllers.stripe.stripe.subscriptions.create({
customer: myCADCustomerId,
items: [{
price: myMultiCurrencyUSDCurrencyId
}]
})
Right, but you tried this and the request failed with an error?
Yes
scottmada - multicurrency prices
As soon as I can, I'll forward it to you
@whole moat did you have more details?
It will have to go tomorrow, unfortunately.