Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timezone missing in CustomerCreateOptions and CustomerUpdateOptions #3061

Open
softlion opened this issue Mar 14, 2025 · 0 comments
Open

Timezone missing in CustomerCreateOptions and CustomerUpdateOptions #3061

softlion opened this issue Mar 14, 2025 · 0 comments

Comments

@softlion
Copy link

softlion commented Mar 14, 2025

Is your feature request related to a problem? Please describe.

On the stripe dashboard, a customer has an optional timezone property.
If you change it and save, in the logs you'll see that the request contains a timezone property. And the response too.

Image

Response:

...
    "has_more": false,
    "total_count": 1,
    "url": "/v1/customers/cus_xxxxxxxJ2qNKmM/tax_ids"
  },
  "test_clock": null,
  "timezone": "Europe/Paris",
  "usage_metadata": {
    "last_saved_in_dashboard_at": 1741946580
  }
}

Describe the solution you'd like

Please add the field to CustomerCreateOptions, CustomerUpdateOptions, and to the Customer object.

Describe alternatives you've considered

No solution

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant