POST
endpoint that a resource server sends updates to. The URL needs to parse a JSON request and return a 200 OK
:
200 OK
in the HTTP header. Without a 200 OK
in the response header, we’ll keep sending events for the next 15mins
x-getequity-signature
header. The value of this header is a HMAC SHA256
signature of the event payload signed using your secret key. Verifying the header signature should be done before processing the event:
200 OK
HTTP response200 OK
HTTP response from your webhooks, we flagged it as a failed attemptEvent | Description |
---|---|
Transaction.created | A transaction order was successful |
Order.created | an order was created successfully |
Order.failed | An order failed |