HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.214.0 release notes

  1. New features
    1. Added note management endpoints for ID tags: GET /public-api/resources/id-tags/v2.0/{idTag}/notes, POST /public-api/resources/id-tags/v2.0/{idTag}/notes, GET /public-api/resources/id-tags/v2.0/{idTag}/notes/{note}, PATCH /public-api/resources/id-tags/v2.0/{idTag}/notes/{note}, and DELETE /public-api/resources/id-tags/v2.0/{idTag}/notes/{note}. These endpoints let you list, create, read, update, and delete notes linked to an ID tag.
    2. Added the optional tag filter to GET /public-api/resources/partners/v2.0. Added the optional tags field to partner responses on GET /public-api/resources/partners/v2.0, POST /public-api/resources/partners/v2.0, GET /public-api/resources/partners/v2.0/{partner}, and PATCH /public-api/resources/partners/v2.0/{partner}.
    3. Added terminal app branding fields to v1.1 payment terminal responses for supported terminal types on GET /public-api/resources/payment-terminals/v1.1, POST /public-api/resources/payment-terminals/v1.1, GET /public-api/resources/payment-terminals/v1.1/{paymentTerminal}, and PATCH /public-api/resources/payment-terminals/v1.1/{paymentTerminal}. The new optional fields are themeMode, darkThemePrimaryColor, darkThemeSecondaryColor, darkThemeTertiaryColor, darkThemeLogoUrl, lightThemePrimaryColor, lightThemeSecondaryColor, lightThemeTertiaryColor, and lightThemeLogoUrl.
  2. 🔧 Improvements
    1. Added the 409 error response to PATCH /public-api/resources/partner-invite-access-policies/v1.0/{partnerInviteAccessPolicy}. Requests that attempt a blocked partner-scope change now return a documented conflict response instead of an undocumented error condition.