#skyeagles
1 messages · Page 1 of 1 (latest)
Hi there, is it about payout currency or presentment currency?
when customer make a payment from my website, i want it to pay from YEN . how can i set it in stripe?
im afraid when customer pay as yen, stripe will read as USD.
There's no default presentment currency per se, you always need to specify the currency whenever you create a PaymentIntent. https://stripe.com/docs/api/payment_intents/create?lang=node#create_payment_intent-currency
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.