Invoice tax calculation failed
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of invoice tax calculation-related webhook event.

invoiceIdstring, <= 50 characters

ID of the invoice.

Example:"in_0YVF9605RKC62BP14NE2R7V2XT"
reasonstring

Error message explaining tax calculation failure.

eventTypestring

Type of event that triggered the webhook.

Value:"invoice-tax-calculation-failed"
_embeddedobject

Embedded objects related to the invoice tax calculation event.

Payload
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "reason": "string", "eventType": "invoice-tax-calculation-failed", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.