#alfonso1179
1 messages ยท Page 1 of 1 (latest)
No. I believe the customer would need to be present to authenticate a subscription
You can't convert a 1 time payment to a subscription
For a reason our iDeal payment is not showing for recurrent subscriptions
and the direct payment link does not show iDeal either, only credit cards
the ideal situation would be that we can send a direct link payment for the subscription, but the one we created only supports credit cards
I created one with the dashboard
this one:
when I click on manage payments all payment methods are activated
but just a few are shown in the link
Looking
thx
Oh the price is usd
You need EUR: https://stripe.com/docs/payments/ideal
Will this make iDeal appear in the direct link ?
it looks like yes
now the thing is, how do we deal with this while having one single product
What do you mean?
all our products are in USD
so if a user needs a payment method that is only supported by a different currency
what is the recommended way of handling this?
We cannot geolocate users as their payment methods may not match where they are currently based
we cannot have duplicates of products with different currencies either
and we cannot migrate all the USD customers to EUR products
I am open to any solution, what would you recommend ?
You can have multiple prices per product
You can have prices in different currences within a single product
But we also have https://support.stripe.com/questions/automatic-currency-conversion if you're open to it
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
In case we do have multiple prices per product, which one the user will see?
Whichever one you specify
Let's say we do have $8.99/m and โฌ8.99/m for this case
We're not experts in pricing in here
Recommend asking our support team about that
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
thanks
so can this be activated through the dashboard?
or requires development?
thanks a lot for your help, this is very helpful
trying to find it
sorry not able to find it
I have found this
but it looks like it is from Stripe to our bank
not from what we collect from the customer
Hi ๐
I"m steppinng in as @wraith jay needs to go.
no worries
There are a number of differnet statements here, can you give a clear summary of your current question?
thanks @wraith jay !
I would like to know how to activate "automatic currency conversion" from the dashboard
so our products support multiple currencies
the original issue is that our products are in USD and a customer wanted to pay with iDeal that only supports EUR
automatic currency conversion was suggested to solve this case
Correct, that is something that will address this issue.
How are you collecting funds from your customers?
Can you be more specific please?
We have stripe integration
we tried to send a payment direct link for the iDeal customer but didn't work as the product is in USD
What Stripe products are you using? Payment Links, Checkout Sessions, Payment Intents?
Payment Elements
so Payment Intent
we use this for the subscriptions https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=subscription
Okay so when creating a Subscription you can specify that you want to calculate tax automatically. https://stripe.com/docs/api/subscriptions/create#create_subscription-automatic_tax
This says tax, we don't want to activate tax, but automatic conversion between currencies
Am I correct?
Oh wait, sorry
Have you reviewed the article my colleague sent over? https://support.stripe.com/questions/automatic-currency-conversion
This is only available in Checkout and with Payment Links
And only for US and Canada based merchants
You can also read about how we handle currency conversions here: https://stripe.com/docs/currencies/conversions
oh that must be why this link in the article https://dashboard.stripe.com/settings/automatic_currency_conversion does redirect to the main page of the dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
we're based in Europe
So basically we can't use automatic currency conversion. What are the alternatives we have to support iDeal with USD products? I see the following
but maybe you can recommend others based on your experience
You can look into using multi-currency prices: https://stripe.com/docs/products-prices/pricing-models#multicurrency
But this will imply that we need to have prices with all the different currency methods that the different methods stripe supports need, like one in EUR for iDeal and other European ones, maybe some for Asia, etc. So manage multiple prices for multiple products for multiple currencies
seems like error prone and a huge task, also difficult to handle both backend and financially for reconciliation, metrics, etc.
what other options do we have?
You can create EUR prices for EUR customers
Or just let Stripe handle the conversions automatically but charge in USD
We currently do the 2nd
But if the point is to sell to customers int the EU, why did you create USD prices?
and this is the root cause of the problem, I mean, this is why iDeal is not showing, because the price is in USD
we sell worldwide
USD based prices
one customer from NL wants to use iDeal because does not have a credit card
iDeal does not appear if the product is not in EUR
and maybe other methods (maybe Asian ones) require local currencies too, I don't know. So the question is:
do we need multi prices for each of the products because we are not in US / Canada?
Thanks a lot for your help ๐
do we need multi prices for each of the products because we are not in US / Canada?
If you want to use payment methods that require specific currencies then you will need prices in those currencies. Until we can expand automatic currency conversion but I don't have any information on if/when that would occur
I understand
thanks a lot for your help
this is not something we can't support right now
it is really a burden to support multiple pricing according the user location, not just the amount of extra work it implies both front and back, but from a financial point of view, for reconciliation of products for marketing, for many different aspects
just to share my point on this
thanks a lot, you really helped us a lot !
I understand the significant difficulty this presents. It definitely is not an ideal situation. I'm happy to shed what ๐ก I can