Renewal invoice issuedWebhook

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

Renewal invoice issued webhook request body resource.

subscriptionId
string

ID of the order.

invoiceId
string <= 50 characters

ID of the invoice.

eventType
string

Type of webhook event.

Value: "renewal-invoice-issued"
object

Embedded objects.

Array of objects

Related links.

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

2xx

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