v1
latestOpenAPI 3.1.02026-07-24130244.8 KBTest the Authentication
API to test your authentication. The API works with [GET|POST|PUT|DELETE|PATCH]
post/wally-services/protocol/tests/signature
Headers
Hoststring required
The host declared in the signature
Datestring required
The date declared in the signature
Digeststring required
The digest declared in the signature
Authorizationstring required
Signature of the request
Response
200
Example response
{
"authentication_key": {
"access_key": "signature-test-66289",
"customer_uid": "00d25aa7-aa6e-4941-b8af-a18d4d9b8db3",
"key_type": "RSA_PUBLIC_KEY",
"auth_type": "SIGNATURE",
"role": "ONLINE_SHOP",
"enable": true,
"insert_date": "2017-11-28T15:04:50.000Z",
"version": 1
},
"signature": {
"key_id": "signature-test-66289",
"algorithm": "RSA_SHA256",
"headers": [
"(request-target)"
],
"signature": "C5yynRxJQG2VNdsH8yuGwgribKt1yzym8lYvTAwxFmjEf7akYgLeIGOkdZo5vE/oB7O7+kNgqHxPp9OKrs0XxGTBNNAOBPd0ELsptjuscWtF5dq/S4e8RjQvUcStJ6YOpwV/KyHwE1ovA1otrLpbxuUfqmNES65lRtYq6uuGinCJ+4mYnwrg9c6vuIJ/1b8VKi27PNpcJl4mwPg3hJ071T7Z2iolQRxDPN1ujQdKtUgudOIVLXiqQCPQKEaQQRvXkmh9fBH71fOsTPjvOP3q0XJp7tDPQF1K6MbF0RA6RehbuJ5nyBAOMWrk9r/+XrgC5zN3QmOtvrwmH2ko3du64A==",
"iteration_count": 2617,
"valid": true
},
"signed_string": "(request-target): post /wally-services/protocol/tests/signature\nhost: staging.authservices.satispay.com\ndate: Mon, 18 Mar 2019 15:10:24 +0000\ndigest: SHA-256=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="
}