#Marques
1 messages · Page 1 of 1 (latest)
Hello! Are you trying to retrieve subscriptions, or prices? Just based on the code snippet you shared it loks like you're retrieving prices
ops, subscriptions actually
I would also like to know if its possible to retrieve the subscription in the currency of the user
currently user sees the price in USD in the website and is only able to see the price in their currency when they click for checkout for example
If you want to list subscriptions, but default we should only be returning the ones that haven't been canceled yet (so they're active). If you want subscription w/ a specific status we have a few options you can pass in (https://stripe.com/docs/api/subscriptions/list#list_subscriptions-status)
is there any status for archivied?
no - "archived" isn't a status a subscription can have
are you sure you're talking about subscriptions? or do you really want prices (which you can use to create subscriptions)
subscription and after prices
thats ok I understand what you explained regarding the solutions, Ig I have another way around I can do but
regarding to the price
is there any way I can display the price of the currency of the user before goign to checkout?
No, currently that's not something we support right now - the only place where we have automatic currency conversion is in our hosted Checkout/Payment Links (https://stripe.com/docs/payments/checkout/present-local-currencies)