Check x-api-signature
Last updated
Last updated
You can test your signature in x-api-signature within this method.
Public API-key
Signing the request body with a private API-key
Request content type
application/json
POST /api-gateway/test-signature HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
{
"success": true,
"response": {
"errors": [
"No public key passed."
],
"checkSignatureResult": true,
"signature": "b38f17865768bdba3c894537d0dcd61893ed124880e9fa3d6e389264b8930bcb",
"receivedBody": "{\"some\":\"param\",\"another\":\"param\",\"nonce\":\"e46c3fb5-318a-44ad-b797-8b1b5a1b044b\"}"
}
}