#Karthik-subscription

1 messages · Page 1 of 1 (latest)

cold bear
#

Hi there!

analog flint
#

First option cannot be used as the site is across 20+ currency.

#

Is there a option to show amount in the required currency at the payment page (when user enters the card details)

#

I already have the prices set on Stripe dashboard and want to use that price converted into different currency during the checkout.

cold bear
#

First option cannot be used as the site is across 20+ currency.
Note that using option 2 will also create a new price ID for you.
Is there a option to show amount in the required currency at the payment page (when user enters the card details)
If you are using Checkout Session, the amount should be shown on the Checkout page.

analog flint
#

So there is no way the checkout page can show amount in different currency ( using already existing price ID)

cold bear
#

So there is no way the checkout page can show amount in different currency ( using already existing price ID)
The Checkout page will show the Price ID amount. If you want a different amount, you need a different price id (or like I said earlier, directly set the amount/currency in line_items.price_data)

analog flint
#

That means the conversion has to be done at my end!!

cold bear
#

Yes exactly.

#

That's not ideal, but that's how Stripe works.