Invoice tax calculation failedWebhook

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
Request Body schema: application/json

Invoice tax validation failed webhook request body resource.

invoiceId
string <= 50 characters

ID of the invoice.

reason
string

Error message explaining tax calculation failure.

eventType
string

Type of webhook event.

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

Invoice object.

Array of objects

Related links.

Request samples
application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "reason": "string", "eventType": "invoice-tax-calculation-failed", "_embedded": { }, "_links": [ ] }
Responses

2xx

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