Renewal invoice payment canceledWebhook

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

Invoice and Transaction webhook request body resource.

transactionId
string (TransactionId) <= 50 characters

ID of the transaction.

invoiceId
string <= 50 characters

ID of the invoice.

eventType
string

Type of webhook event.

Enum: "renewal-invoice-payment-canceled" "renewal-invoice-payment-declined"
object

Embedded objects.

Array of objects

Related links.

Request samples
application/json
{ "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "eventType": "renewal-invoice-payment-canceled", "_embedded": { }, "_links": [ ] }
Responses

2xx

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