Smart Transfer Webhooks v2

This page describes all events relating to smart transfer webhooks that produce webhook notifications, and their associated data objects for webhooks v2.

📘

Note:

Both webhooks v1 and v2 still working as expected but we are highly recommend you to use webhooks v2. Please refer to the each table to see the details of object structure.

Webhook v1 and v2 differences

Webhook v1 eventWebhook v2 eventDescription
TICKET_CREATEDticket.createdA notification is sent when a Smart Transfer ticket is created.
TICKET_COUNTERPARTY_ADDEDticket.counterparty.addedA notification is sent when a counterparty is added to a Smart Transfer ticket.
TICKET_COUNTERPARTY_EXTERNAL_ID_SETticket.counterparty_external_id.setA notification is sent when an external ID is added to a Smart Transfer ticket.
TICKET_NOTE_ADDEDticket.note.addedA notification is sent when a note is added to a Smart Transfer ticket.
TICKET_SUBMITTEDticket.submittedA notification is sent when a Smart Transfer ticket is submitted.
TICKET_EXPIRES_AT_SETticket.expires_at.setA notification is sent when a Smart Transfer ticket expiration is set at a certain time.
TICKET_EXPIRES_IN_SETticket.expires_in.setA notification is sent when a Smart Transfer ticket expiration is set in a set amount of time such as in 1 month or 1 hour.
TICKET_EXPIREDticket.expiredA notification is sent when a Smart Transfer ticket expires.
TICKET_FULFILLEDticket.fulfilledA notification is sent when a Smart Transfer ticket is funded.
TICKET_CANCELEDticket.cancelledA notification is sent when a Smart Transfer ticket is canceled.
TICKET_TERM_ADDEDticket.term.addedA notification is sent when a Smart Transfer ticket term is added.
TICKET_TERM_UPDATEDticket.term.updatedA notification is sent when a Smart Transfer ticket term is updated.
TICKET_TERM_DELETEDticket.term.deletedA notification is sent when a Smart Transfer ticket term is deleted.
TICKET_TERM_FUNDEDticket.term.fundedA notification is sent when a Smart Transfer ticket term is funded.
TICKET_TERM_MANUALLY_FUNDEDticket.term.manually_fundedA notification is sent when a Smart Transfer ticket is manually funded.
TICKET_TERM_FUNDING_CANCELEDticket.term.funding_canceledA notification is sent when a Smart Transfer ticket funding is canceled.
TICKET_TERM_FUNDING_FAILEDticket.term.funding_failedA notification is sent when a Smart Transfer ticket funding is failed.
TICKET_TERM_FUNDING_COMPLETEDticket.term.funding_completedA notification is sent when a Smart Transfer ticket funding is completed.
TICKET_STATUS_TRANSACTION_CHANGEDticket.term.status_transaction_changedA notification is sent when a Smart Transfer ticket status transaction is changed.

For details object on each event, please refer to tables below.

Ticket created

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
typestringThe type of settlement for the ticket: Currently only async
statusstringThe status of the ticket
createdByNetworkIdstringThe network ID of the Fireblocks Network profile that created the ticket
createdByNetworkIdNamestringThe name of the Fireblocks Network profile that created the ticket
createdAtdateTime and date when the ticket was created
expiresInnumberExpiration of the ticket in hours

Ticket counterparty added

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
networkIdstringNetwork ID of the connection receiving a ticket
networkIdNamestringName of the Fireblocks Network profile receiving the ticket

Ticket counterparty external ID set

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
externalRefIdstringAny ID a customer adds to the system

Ticket note added

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
bodystringText of the note
createdAtdateTime and date when the note was created

Ticket submitted

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
expiresInnumberExpiration of the ticket in hours
statusstringStatus of the ticket
expiresAtdateDate and time when the ticket expires
submittedAtdateDate and time the ticket is submitted

Ticket expires at set

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
expiresAtdateDate and time when the ticket expires

Ticket expires in set

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
expiresInnumberExpiration of the ticket in hours

Ticket expired

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
statusstringStatus of the ticket
expiresAtdateDate and time when the ticket expired

Ticket fulfilled

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
fulfilledAtdateDate and time when the ticket was fulfilled by both sides

Ticket canceled

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
canceledAtdateDate and time when the ticket was canceled

Ticket term added

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term
assetstringAsset name being sent in the term
amountstringAmount of the asset being sent
fromNetworkIdstringNetworkId from which the asset is being sent
toNetworkIdstringNetworkId to which the asset is being sent
statusstringStatus of the ticket

Ticket term updated

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term
assetstringAsset name being sent in the term
amountstringAmount of the asset being sent
fromNetworkIdstringNetworkId from which the asset is being sent
toNetworkIdstringNetworkId to which the asset is being sent

Ticket term deleted

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term

Ticket term funded

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term
assetstringAsset name of the asset being sent to fund the term
amountstringAmount of the asset being sent to fund the term
networkConnectionIdstringNetwork ID funding the term
srcIdstringvaultId if srcType is VAULT_ACCOUNT;
exchangeId if srcType is EXCHANGE; or
fiatAccountId if srcType is FIAT_ACCOUNT
srcTypestringType of the account from which the funds are originating;
can be a vault, an exchange, or a fiat account
notestringText of the note
feestringAmount of fee paid for the transaction funding the term
feeLevelstringFee level being paid

Ticket term manually funded

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term
txHashstringTX hash of the transaction funding the term

Ticket term funding canceled

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term
txStatusstringStatus of the transfer funding the term

Ticket term funding failed

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term
txStatusstringStatus of the transfer funding the term

Ticket term funding completed

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term
txSHashstringTX hash of the transaction funding the term
txStatusstringStatus of the transfer funding the term

Ticket term transaction status changed

ParameterTypeDescription
ticketIdstringUnique ID for the ticket
termIdstringUnique ID of the term
txStatusstringStatus of the transfer funding the term