Invoice abandonedWebhook

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

Invoice webhook request body resource.

invoiceId
string <= 50 characters

ID of the invoice.

eventType
string

Type of webhook event.

Enum: "invoice-abandoned" "invoice-created" "invoice-issued" "invoice-modified" "invoice-paid" "invoice-partially-paid" "invoice-partially-refunded" "invoice-past-due" "invoice-past-due-reminder" "invoice-refunded" "invoice-reissued" "invoice-tax-calculation-failed" "invoice-voided"
object

Available embedded objects that are requested by the expand query parameter.

Array of objects

Related links.

Request samples
application/json
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { }, "_links": [ ] }
Responses

2xx

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