Skip to content

Rotate Secret

Rotate the 3DS Decisioning HMAC secret key
post/v1/three_ds_decisioning/secret/rotate

Generate a new 3DS Decisioning HMAC secret key. The old secret key will be deactivated 24 hours after a successful request to this endpoint. Make a GET /three_ds_decisioning/secret request to retrieve the new secret key.

Request example Request
curl https://api.lithic.com/v1/three_ds_decisioning/secret/rotate \
    -X POST \
    -H "Authorization: $LITHIC_API_KEY"