Skip to content
New issue

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

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

Already on GitHub? # to your account

Add TaxIds API #1334

Merged
merged 3 commits into from
Feb 22, 2024
Merged

Add TaxIds API #1334

merged 3 commits into from
Feb 22, 2024

Conversation

anniel-stripe
Copy link
Contributor

@anniel-stripe anniel-stripe commented Feb 15, 2024

Changelog

  • Add support for all, create, and retrieve methods on resource TaxId
  • The delete method now sends a DELETE request to /v1/tax_ids/{id} instead of /v1/customers/{customer}/tax_ids/{id}. The endpoints are functionally the same when operating on a Customer Tax ID.
  • The resource_url method on TaxId now returns the top-level /v1/tax_ids/{id} path instead of the /v1/customers/{customer}/tax_ids/{id} path.

@anniel-stripe anniel-stripe changed the title Fix TaxId tests to support top-level TaxId methods Add TaxIds API Feb 16, 2024
@anniel-stripe anniel-stripe marked this pull request as ready for review February 16, 2024 17:14
@anniel-stripe anniel-stripe enabled auto-merge (squash) February 22, 2024 17:27
@anniel-stripe anniel-stripe merged commit 3e18ad6 into master Feb 22, 2024
12 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants