contract-updated

Webhook to notify when a contract is updated.

Payload
uuid
required
uuid
required
uuid
required
string
required
items
array of objects
required
length ≥ 1
items*
string
enum
required
Allowed:
date
required
date
date
required
invoicing
required

Mandatory for contracts with scope different than REVENUE_RECOGNITION_ONLY.

usage_overage_invoicing

When set, allows the invoicing of usage overages at a separate frequency from the regular invoicing of the contract.

total_value
object
required

A monetary amount that must be rounded to the currency's default decimal places (e.g., 2 decimal places for USD).

external_references
array of objects
external_references
exchange_rate
object
usage_commitment
object
Headers
string
required

Signature of the webhook event. Computed using HMAC-SHA256 and AES encrypted with the configured webhook token. The contents of the body are prefixed with the timestamp and id before hashing.

date-time
required

Timestamp of the webhook event in ISO-8601 format

uuid
required

ID of the webhook event

string
required

Entity type of the webhook event

string
required

Event type of the webhook event

Response

LoadingLoading…