#vishnu-currency-update
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vishnu_12597, 2 hours ago, 9 messages
- vishnu_12597-account-support, 7 hours ago, 3 messages
- vishnu_12597-account-support, 10 hours ago, 2 messages
what exactly are you trying to do?
The price you're trying to update is already in nzd currency
im trying to update price with different unit amount
{
"active": "true",
"currency_options": {
"nzd": {
"unit_amount": "12650"
}
}
}
this is my request to update price
currency_options isn't the right parameter for that. currency_options is used for multiple currencies
https://stripe.com/docs/api/prices/create#create_price-currency_options
I don't think you can update amount on a price, you'll just need to re-create the price with the new amount
https://stripe.com/docs/api/prices/update