External Transaction Received
A webhook with the transactionExternal.received
type will receive a call when an external transaction is observed. A transaction is considered external when the source address is not a Taurus-PROTECT address, but the destination is. Example:
# Headers
x-webhook-id: ba6a8c91-4a7d-4047-a777-28c99db5e106
x-webhook-timestamp: 1717076256
x-webhook-signature: v1,bZK4zpBA5wIFcti6qZViBBliKiXa8z/7bvzXoNjP/iI=
# Payload
{
"type": "transactionExternal.received",
"createdAt": "2024-05-30T13:37:27.7966667Z",
"data": {
"transactionId": 46596
}
}
Updated 22 days ago