#pascal - update customer currency
1 messages ยท Page 1 of 1 (latest)
Hey there, jumping in for @burnt nexus, sorry for the delay here! No you can't update a customer currency once it is set. You would have to create a new Customer object
Hi @muted niche, thanks for your answer ๐ So if I understood correctly I need to create the customer through the dashboard? Because same than the update customer endpoint, I could not see a currency parameter in the create customer endpoint : https://stripe.com/docs/api/customers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can set the currency when creating via the API: https://stripe.com/docs/api/customers/object#customer_object-currency
Doh
That isn't the create endpoint
Huh
I didn't realize that
One second
You are correct. This is Dashboard-only.
Ok ! Thanks for the confirmation @muted niche ๐