Das 'Basis oneKlick -Token' wird erstellt analog zum paydirekt Standard API Token. Unterschied ist, daß im Header für API Key und Secret ein '-TP' (für TP=Third Party) angehängt wird. - Beispiel (vollständiges Beispiel siehe oneKlick Doku):
headers: { 'x-auth-key-TP' : api_key, 'x-auth-code-TP' : signature, 'x-request-id' : reqID, 'x-Date' : xDate, // i.e.: Thu, 15 Mar 2020 13:19:11 GMT 'content-type' : 'application/hal+json;charset=utf-8' }, body: { "grantType" : "api_key", "randomNonce": randomNonce } ...