Release Notes
Important updates to the Certificate Center REST APIs
For Software as a Service (SaaS) solutions, Vertex Release Notes communicate changes in behavior, enhancements, and features. In each release, Vertex also improves performance and quality and remediates security vulnerabilities. Release Notes are available on the Vertex Developer Network for all customers regardless of license. For specific information about a specific case, go to the Support section of Vertex Community or contact Customer Support.
May 2026 Release
Version 1.0.2
To increase functionality, you can now use the Certificate Center APIs to generate and return an Exemption Wizard Gateway Link URL (the Wizard Gateway Link on the Certificate Center UI) for certificate submission. You need to provide the customer and seller information to generate the link.
Additional information is available in Certificate Center API - Certificates.
January 2026 Release
Version: 1.0.1
Certificate Center enhanced Certificate Custom Fields to allow you to optionally define a set of allowed values for each enabled custom field. To support this feature, the GET /certificate-center/v1/certificates/custom-fields API response now includes an additional allowedValues property for each enabled Certificate Custom Field. The content of allowedValues lists the set of defined values, if defined. The custom field value you assign in POST /certificate-center/v1/certificate and PUT /certificate-center/v1/certificate/{uuid} for each custom field is now validated against the allowed value set.
[
{
"id": 1,
"label": "Region",
"allowedValues": [
"Northeast",
"Mid-Atlantic",
"Southeast",
"Midwest",
"Southwest",
"Pacific"
]
},
{
"id": 2,
"label": "LabelOnly",
"allowedValues": null
}
]
Initial Release: September 2025
Version: 1.0.0
Vertex debuts the first release of Certificate Center Public APIs. You can now perform certain functions without needing to launch the Certificate Center UI, if you integrate your business system using Vertex REST APIs.
Your API options - Search, Create, and/or Edit - depend on the type of record.
If you create a new record or edit an existing certificate record, it automatically displays at Approved status in the Certificate Center UI.
Remember that your tax components - taxpayers and taxability drivers - must already be created in Vertex O Series before you can use the REST APIs to create records.
