Changelog

Added

Added Wallet Account and Routing numbers to PAYMENT_PROFILE_ACTIVATED webhook

A additional wallet field is now returned in the PAYMENT_PROFILE_ACTIVATED webhook event when the active_type = WALLET. It contains the account_number and routing_number information for the Worker's wallet. This streamlines integrations by removing the need to call Get Employee Wallet upon receipt of the webhook. Details for implementation are available in the Payment Profile Activated Webhook Reference guide.

Added

Added DIRECT_DEPOSIT_CREATED Webhook

The DIRECT_DEPOSIT_CREATED webhook event is sent when a worker submits a Direct Deposit authorization form, providing an accurate trigger for updating account and routing numbers. Details for implementation are available in the Direct Deposit Created Webhook Reference guide.

Added

Added INACTIVITY_OVER_TIME reason code to Wallet Deactivated and Card Deactivated Webhooks

The INACTIVITY_OVER_TIME reason code value is useful for clearly identifying when a wallet or card is deactivated due to inactivity, which filters out dormancy-driven events to reduce alert noise and unnecessary on-call escalation. This reason code can now be returned in a Wallet Deactivated or Card Deactivated webhook event. Existing webhook integrations will not receive or need to handle this reason code.