#scottmada - multicurrency prices

1 messages · Page 1 of 1 (latest)

dusky muralBOT
tight condor
#

Hello

whole moat
#

Hi!

tight condor
#

So you are attempting to create a multi-currency price and use it with a Subscription, correct?

whole moat
#

Yes. I've got a multi-currency price and I want to bind it to a subscription of a single currency customer

tight condor
#

Got it. Don't think we support this yet. Let me double check

whole moat
#

We can do it easily from the web ui

tight condor
#

Right, but I believe we currently only support multicurrency with Stripe Checkout

#

Okay actually no this is supported

#

One sec

whole moat
#

Nice!

tight condor
#

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

whole moat
#

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

simple fractal
#

As far as I know, that's correct, it is not currently supported.

#

Can you share an example request where you try this?

whole moat
#

Well, something like:

await this.app.controllers.stripe.stripe.subscriptions.create({
    customer: myCADCustomerId,
    items: [{
        price: myMultiCurrencyUSDCurrencyId
    }]
})
simple fractal
#

Right, but you tried this and the request failed with an error?

whole moat
#

Yes

simple fractal
#

Can you share an example request? eg req_1234

flint stirrup
#

scottmada - multicurrency prices

whole moat
#

As soon as I can, I'll forward it to you

chilly trellis
#

@whole moat did you have more details?

whole moat
#

It will have to go tomorrow, unfortunately.