Webhook

Status Update

The status update webhook return status is an option to receive the status change updates of transactions.

As soon as a decision is made regarding a transaction (either approved or denied), the system can be configured to actively send the new status to an endpoint.

The endpoint should be implemented to receive the following object via POST in JSON format

{
    "ID": "ORDER_ID",
    "Status": "AMA",
    "Score": "23.9600"
  }

The API Key is included as clearsale-apikey header in all webhook requests.