Receive events from transactions updates
HTTPS
POST requests to a specified URL
.
awaiting_funds
status from
processing
. The second call will be triggered when the transaction moves
from awaiting_funds
to success
or failed
.X-Hub-Signature
header to the request. This signature can be used to verify the authenticity of the request by following the steps below:
First Step
Second Step
HMAC-SHA256
hash of the payload using the secret as the key
and the stringified payload as the message. The decoding algorithm is
hex
.Third Step
X-Hub-Signature
header.