Get Exemption Certificate
Available on Enterprise Plan
Forwards to TaxCloud GET /connections/{connectionId}/exemption-certificates/{certificateId}. certificateId is a path identifier.
Authentication
X-API-KEYstring
API Key authentication via header
Request
This endpoint expects an object.
certificateId
The certificateId returned when the exemption certificate was created.
merchantId
UUID of the merchant. Must be owned by the calling account. Consumed by the Ziptax layer for routing and not forwarded to TaxCloud.
Response
TaxCloud response relayed verbatim.
accountId
The TaxCloud account id the certificate belongs to.
address
Address of the exempt customer.
certificateId
TaxCloud’s identifier for the exemption certificate. Use it with /merchant/cert/get, /merchant/cert/delete, and as exemptionId on carts and orders.
connectionId
The TaxCloud connection the certificate belongs to.
createdDate
RFC3339 datetime the certificate was created.
customerBusinessType
The type of business the customer is (e.g. RetailTrade, Government, NonprofitOrganization).
customerId
Your identifier for the exempt customer.
customerName
Name of the customer the certificate was issued to.
reason
The reason the customer is exempt (e.g. Resale, FederalGovernment, CharitableOrganization).
reasonDescription
Free-text elaboration of the exemption reason.
singlePurchase
Whether the certificate covers a single purchase only, rather than being a blanket certificate.
customerBusinessDescription
Free-text description of the business, present when customerBusinessType is Other.
disabledAt
RFC3339 datetime the certificate was disabled, or null while it is active.
states
The states the certificate is valid in.
Errors
400
Merchant Cert Get Body Bad Request Error
401
Merchant Cert Get Body Unauthorized Error
403
Merchant Cert Get Body Forbidden Error
404
Merchant Cert Get Body Not Found Error
413
Merchant Cert Get Body Content Too Large Error
422
Merchant Cert Get Body Unprocessable Entity Error
429
Merchant Cert Get Body Too Many Requests Error
500
Merchant Cert Get Body Internal Server Error
502
Merchant Cert Get Body Bad Gateway Error
504
Merchant Cert Get Body Gateway Timeout Error