Headers

In all requests for all types three headers will be sent:

Attribute
Description

timestamp

The unix time stamp

operator-name

Operator name

signature

Signature of incoming request body and secret key (HMAC)

By checking signature in request you may confirm that the notification came from us.

Detailed info about how to calculate signature may be found on Signature page.

Last updated