#Siva_K-invoice-currency
1 messages · Page 1 of 1 (latest)
Not that I'm aware of. What do you need this level of customisation?
my customer asking this, so want to check this
can we do any customisation to display it in the APIs?
You can use the raw amount_due integer and format it as you need according to the currency: https://stripe.com/docs/api/invoices/object#invoice_object-amount_due
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sorry, I'm getting this, how this will be used for need. to display the currency code instead of symbol
You'd format it yourself in your application, using a third-party lib or API. Something like https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
In a Test environment with test cards, customers are not receiving the emails for the successful paid transaction. Do we need to use original cards to receive the success emails?
There's no emails sent in test mode, you'd need to trigger the email manually from the Dashboard invoice/payment page
ok