X-Mesh-Signature-256
) that the receiver can use to validate the integrity and authenticity of the payload.TransferId
(Guid
): The unique identifier of the transfer related to this event.Timestamp
(long
): The timestamp indicating when the event occurred.TransferStatus
(string
): The status of the transfer at the time of the event. This is an enumeration representing various possible states of the transfer.TransactionId
(string
): The unique identifier for the transaction associated with the transfer.TxHash
(string
): The unique identifier for the blockchain transaction associated with the transfer.UserId
(string
): The unique identifier of the user associated with the transfer.Token
(string
): The token associated with the transfer.Chain
(string
): The chain associated with the transfer.SourceAmount
(decimal?
): The amount of token that has left the source account.SourceAccountProvider
(string
): The account provider that has been used to send the token.DestinationAmount
(decimal?
): The amount of token that has received by the destination account.DestinationAddress
(string
): The destination account address.RefundAddress
(string
): The refund address (optional).EventId
(Guid
): A unique identifier for the event. This event identifies each message sent to clients. This ID will remain same even in case of retries.Id
(Guid
): A unique identifier for the webhook event. This is considered as SentID, there maybe multiple retries for any event pushed into the queue. For each try for sending a specific event there is a different Id.SentTimestamp
(long
): The timestamp indicating when the webhook event was sent.pending
: The transfer has been initiated via Mesh, but has not yet reached a final state. Mesh does not yet have a Transfer Hash for this transfer.succeeded
: A final state that indicates the transfer was successfully delivered to the destination address. Mesh has a Transfer Hash for this transfer.failed
: A final state that indicates the transfer has failed. No transfer hash available.200
response in < 200ms to confirm receipt of the event.200
response in < 200ms, the webhook will retry (you will receive the event again with all duplicate information except for a different Id
).