Skip to main content
Gateway sends webhooks for events on registered wallet addresses. All webhooks use the V2 notification format. The notificationType field names the event, and the notification field contains event data.

Deposit events

gateway.deposit.finalized

Fires after tokens are deposited into a Gateway Wallet, the onchain transaction is finalized, and Gateway processes the deposit.

Payload fields

Example: gateway.deposit.finalized

Mint events

The gateway.mint.finalized and gateway.mint.forwarded events share a payload schema. Mint event payloads include an attestations array. Each burn intent in a transfer maps to one attestation entry. A single transfer can include multiple burn intents, each with its own recipient and amount.

gateway.mint.finalized

Fires when an attestation is used and tokens are minted on the destination blockchain. The wasForwarded field shows whether the transfer used the forwarding service.

gateway.mint.forwarded

Fires when a forwarded mint relay is confirmed. This event only occurs for transfers that use the forwarding service.

Payload fields

Attestation fields

Example: gateway.mint.finalized

Example: gateway.mint.forwarded

This event fires only for transfers that use the forwarding service.