#iRaySpace-currency
1 messages · Page 1 of 1 (latest)
@wary oak hi! you'd simply create a new Price (https://stripe.com/docs/billing/prices-guide) with the amount and currency you'd like to charge.
we don't do any automatic conversion or anything no
Thank you for that clarification! I think I get what you mean.
you as the merchant choose what you want to charge and it generally makes more sense to price your product locally based on local purchase power/competitors, etc
so you'd create the Price objects you want to charge customers in, and then you write some code to pick and use the appropriate one based on where your customer is for example.