minor update
fundMovements field added
Added thefundMovements array to the transaction.created (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.3.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
tokenizedSource field added
Added thetokenizedSource field to the transaction.created (spend) webhook payload. This field identifies the digital wallet the tokenized card was provisioned to or used through, such as ApplePay, GooglePay, or FidesmoPay, and appears only when the transaction came through a tokenized wallet source. The transaction.requested (spend) webhook already includes this field.New Field
Example Payload
minor update