The panel provide will probably need an URL that they can give the respondents. This would be https://www.soscisurvey.de/PROJECT/?r=%SURVEY_CODE%
And in the redirect simply use %reference%
instead of %SURVEY_CODE%
.
If the panel give you this redirect for completes, for example...
https://www.somePanelProvider.net/survey12345?complete&id=%SURVEY_CODE%
Then use this PHP code:
redirect('https://www.somePanelProvider.net/survey12345?complete&id=%reference%');