Push messages
In order for us to notify your system about events on an order, you need to provide a callback URL, send this to support@ambita.com
When there is an event on an order, a push message is sent to your callback URL.
These are the statuses that can be pushed to your system
Status | Description |
---|---|
NEW | This status is the same as an order confirmation email, it confirms that our order system has received the order and is ready to process the order |
UPDATED | This status is sent when a new file has arrived and you should get the new file. NB! This status can occur after an order is finished |
FINISHED | This status is sent when an order is set to finished, you should check if you have received all the files |
CANCELLED | This status is sent when the order is cancelled, you should delete the files that you have received on this order |
REFUNDED | This status is sent when the order is refunded, you should delete the files that you have received on this order |
Example request body:
{ "orderId": 1234567, "reference": "some-reference", "status": "SOME-STATUS", "technicalReference": "some-technical-reference" }