#marklittlefield-pdq_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217223178879766609
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! Could you share the ID of this particular customer?
@eager lagoon do you have a customer ID that I can look at?
Yes one moment
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
on that account you'll see nothing other than three cancelled quotes, with the currency field being grayed out.
We're pretty sure its because it has quotes, even though the are cancelled
Which wouldn't be a big deal, but you can't delete a quote. So essentially this customer is stuck in a state that no matter what we do (other than delete them), they are stuck with the currency that is set on their account
I believe it may be the 10% discount that was applied to this customer
The products that are eligible for this discount are all in USD
humm
Though our support docs mention this would only be a problem with a flat rate coupon, not a percentage
Normally if someone has a coupon on their account, there is a tab on the side showing that Coupon. where are you seeing this coupon?
I'm looking at the Customer view (link that you shared above), specifically the Recent activity section
I can reproduce it on another account without a coupon:
https://dashboard.stripe.com/test/customers/cus_Pj5Lhw6lFO0h3p
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thats a fresh customer record in my test system. I created it, created a quote in euro, cancelled the quote, cannot change the currency
Do you have a request where you tried to subscribe cus_Pj5Lhw6lFO0h3p to a subscription in a different currency?
Alternatively, can you try creating a quote for cus_Pj5Lhw6lFO0h3p in a currency other than Euro?
Yes one moment
I did not have a request to subscribe cus_Pj5Lhw6lFO0h3p to anyhting, totally fresh account only made the quote
I will attempt a different quote
I cannot see prices in any other currency than the euro, and its saying that its filtering it by the customers currency.
Are you able to subscribe or create a quote using the API instead of the Dashboard?
It'll take me a bit to give that a try
Was doing some testing on my end as well. I tried this in the same way you did:
- Created a brand-new customer
- Created a quote in USD
- Canceled the quote.
- Retrieved the customer and found that
customer.currencywasusd - Created a quote in EUR
- Retrieved the customer and found that
customer.currencywaseur
I think there's still a Dashboard issue here though. If the customer doesn't have any open Quotes, Invoices, Subscriptions, I don't see why the Dashboard dropdown menus should filter prices by currency
Yeah my guess is its a frontend issue, which is too bad
How do I get it submitted as a bug to stripe?
This is something we're aware of but I'll make note of this instance/occurrence as well
okay great. Thank you