Skip to content

Conversation

recurly-integrations
Copy link

@recurly-integrations recurly-integrations commented Oct 8, 2025

This pull request introduces new API support for creating and deleting account notes, adds a new bill_date field to accounts, and extends several resources to support a harmonized_system_code attribute. These changes enhance the API's flexibility for managing account notes and improve product classification for tax and customs purposes.

Account Notes API Enhancements:

  • Added support for creating account notes via a new POST /accounts/{account_id}/notes endpoint, including OpenAPI documentation, client method, and request/response schemas.
  • Added support for deleting account notes via a new DELETE /accounts/{account_id}/notes/{account_note_id} endpoint, with updated OpenAPI documentation and client method.
  • Refactored OpenAPI parameter definitions to use a reusable account_note_id parameter.

Account Resource Update:

  • Added a bill_date field to the Account resource, with getter/setter methods in the PHP client and schema updates in the OpenAPI spec. This allows specifying a preferred billing date for new subscriptions.

Harmonized System Code Support:

  • Added a harmonized_system_code attribute to the AddOn, Item, LineItem, and Plan resources, including PHP getter/setter methods and OpenAPI schema updates. This enables international product classification for customs and tax purposes.

@recurly-integrations recurly-integrations added the V4 v2021-02-25 Client label Oct 8, 2025
@d14z-tech d14z-tech merged commit bf04889 into v3-v2021-02-25 Oct 8, 2025
9 of 10 checks passed
@d14z-tech d14z-tech deleted the v3-v2021-02-25-18349657340 branch October 8, 2025 21:09
recurly-integrations pushed a commit that referenced this pull request Oct 9, 2025
[Full Changelog](4.64.0...4.65.0)

**Merged Pull Requests**

- Generated Latest Changes for v2021-02-25 [#847](#847) ([recurly-integrations](https://github.com/recurly-integrations))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

V4 v2021-02-25 Client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants