avadev/AvaTax-REST-V2-DotNet-SDK

BadRequest response to CreateCertificate() and UpdateCertificate() calls (C# API v20.1.0)

Closed this issue · 1 comments

I believe that there may be an issue with the AvaTax Certificates API on the Avalara end, which is causing our software integration to no longer work. This issue appears to have started yesterday morning (April 20th, 2020), and there have been no code changes on our end that could cause this.

When using the CreateCertificate() API call in the AvaTax v20.1.0 C# REST API, we are now getting receiving BadRequest response to our request. The certificate is in fact getting created in CertCapture, but it is not linked to the customer that we have specified, and appears to be "orphaned". We attempted upgrading to the latest stable C# API (v20.1.1), but are receiving the same results.

Additionally, when using the UpdateCertificate() API call, we are receiving the same BadRequest result and response string, however the certificate is NOT getting updated at all.

Attached are request/response contents for the CreateCertificate() and UpdateCertificate() calls, which show what data we sent, as well as what we received.

CreateCertificate.txt
UpdateCertificate.txt

Update: seems to be working fine now, guessing it was just something on the server side.