Skip to main content
minor update

currency added to fundMovements entries

minor update

fundMovements field added

Added the fundMovements 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 the tokenizedSource 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

threeDSecure field added

Added the threeDSecure field to the transaction.created (spend) webhook payload. This field indicates whether 3D Secure authentication was used for the transaction.

New Field

Example Payload

initial release

transaction.created webhook (spend)

Added the transaction.created webhook for spend transactions. Rain triggers this webhook when a card authorization arrives (pending or declined).

Payload Fields

Example Payload