credit-memo-payment-updated

Webhook to notify when a credit memo payment is updated.

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

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

total
object
required

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

exchange_rate
object
taxed_amount
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
date-time
required

ISO 8601 timestamp in UTC timezone (must end with 'Z')

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…