minor update
fundMovements field added
Added thefundMovements array to the transaction.updated (spend) webhook payload. Each entry describes one on-chain fund movement that backs the card transaction. For example, the authorization pull that reserved funds on-chain. Movements are ordered oldest first. You receive this field only if your tenant is opted in to webhook version 1.2.0 or later; earlier versions never include it. When no on-chain movements back the transaction, fundMovements is an empty array.New Field
fundMovements[] Object
Possible Values for kind
Example Payload
minor update
initial release
transaction.updated webhook (spend)
Added thetransaction.updated webhook for spend transactions. This webhook is triggered when a transaction is updated, such as when an authorization is reversed, the amount changes, or the transaction is declined after initial approval.