Invoice voided
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of invoice-related webhook event.

invoiceIdstring, <= 50 characters

ID of the invoice.

Example:"in_0YVF9605RKC62BP14NE2R7V2XT"
eventTypestring

Type of event that triggered the webhook.

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"
_embeddedobject

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

Payload
{ "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "invoice-abandoned", "_embedded": { "invoice": {} }, "_links": [ {} ] }

Responses

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