https://api-stg.directa24.com/
"D24 "
plus a hash HMAC256 to verify request integrityAPI Key
yyyy-MM-dd'T'HH:mm:ssZ
. E.g.: 2020-06-21T12:33:20Z
application/json
Authorization
header with an HMAC256 control string signature using your own API Signature. This is used to verify the request integrity as we will calculate the same Signature and compare it with the one you send. In case of mismatch we will decline the request.Authorization
value which you should calculate and compare to make sure the content was not altered by a Man in the Middle attack.X-Login
with your own API Key value used to authenticate yourself. Check API Keys.X-Date
with the time in which the request was created. The format is in ISO8601 Datetime: yyyy-MM-dd'T'HH:mm:ssZ
. E.g.: 2020-06-21T12:33:20Z
. X-Idempotency-Key: <key>
header with a random and unique string.500
errors.POST
requests accept idempotency keys. Sending idempotency keys in GET
and DELETE
requests has no effect and should be avoided as these requests are idempotent by definition.application/json
deposit_id
(The notifications can be sent multiple times).