Webhooks
Relograde sends webhook updates on specific events. On this page you can see an overview of our webhooks.
Finished Order Webhook
Relograde offers a Webhook feature that allows users to receive a notification when an order reaches the finished status. To enable WebHook notifications, create a new API key or edit your existing API key at the Relograde Console and enter your own endpoint.
As soon as an order has been confirmed and reaches the finished status, our system will send a POST request with a content type application/json body to your endpoint. The response of your endpoint will be ignored.
Example body
{
"event": "ORDER_FINISHED",
"state": "sandbox",
"apiKeyDescription": "Test key",
"data": {
"trx": "RELO0TFQK8FXQXSPURM",
"reference": "test reference"
}
}Fields
Prop
Type
Prop
Type
Notes
- Our API supports currently only the
ORDER_FINISHEDevent. More events might be added in the future - The notification is very simple. It is suggested you call the find-order endpoint to get details about the order.
- Relograde webhook notifications will be sent by the following ip:
18.195.134.217.