#neatfastro
1 messages · Page 1 of 1 (latest)
presentment currency or settlement currency?
If you are asking about presentment currency (aka payment currency), you can get it from here https://stripe.com/docs/api/country_specs/object?lang=node#country_spec_object-supported_payment_currencies
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The payment currency, The seller of the app can choose a price and a currency for their product but I want them to only be able to select the currencies that stripe supports
let me check the link
I think I can utilize the country spec api, thanks for you helpful and quick response.