get https://api.pay-link.eu/v1.0/SignatureCheck/
This endpoint can be used to verify the INSTANCE_API_SECRET to be correct. In case it is not correct, you get an error status.
Response
This endpoint can be used to verify the INSTANCE_API_SECRET to be correct. In case it is not correct, you get an error status.
xxxxxxxxxx
apiSignature=`echo -n "" | openssl dgst -sha256 -hmac "INSTANCE_API_SECRET" -binary | openssl enc -base64`
curl --request GET "https://api.pay-link.eu/v1.0/SignatureCheck/?instance=INSTANCE_NAME" --data-urlencode "ApiSignature=$apiSignature"