Discussions
Java Examples
Ciao, gli esempi di implementazione java sono quelli che si trovano qui: https://github.com/satispay/in-store-api-java-sdk/tree/master/sample/
?
Esistono alti esempi, link, doc etc. su come implemetare il flusso di pagamento con satispay in un back end java?
grazie
Iban nell'app di staging
E' normale che l'app di staging mi chieda il codice iban? Essendo un'app di test immagino che non si debba collegare a nessun conto. Grazie
Lost KeyId
Hi, I've obtained the KeyId using the dedicated API, but I've not saved it and I lost it. Now when I call the api with Activation codes for Authentication (token property in json body of post) provided during the account creation, I got only a 403 error with this body {
"code": 45,
"message": "Forbidden",
"wlt": "wiR2WUAk"
}, that means Token already paired.
How can I obtained a new KeyId?
I'm using a sandbox account.
Kind Regards
Authentication_key: Public
Salve, sto provando a testare l'autenticazione tramite una chiamata API a "https://staging.authservices.satispay.com/wally-services/protocol/tests/signature", ma continua a restituire role: public.
Ho ricontrollato sia il Digest che la Signature e non mi sembra ci siano errori.
Test sandbox
Buongiorno a tutti,
Test Authentication - Resource not found
Hello, I've correctly generated the keyid but I'm not able to process any payment request. The auth test call ends with error 41 - Resource not found. WLT=JNtQPYun.
What I'm doing wrong? In thre staging envronment everything worked fine. Thanks.
Regards
code 46 unsupported media type
Salve,
potreste darmi una indicazione sul significato del codice di errore:
Issue on sandbox Authentication - Digest doesn't match
I am trying to test the Authentication call after I have followed all the steps for creating all the needed headers. However I keep getting public role with "Digest doesn't match" error code.
Create Payment - Callback Url Issue
Buongiorno,
secondo la vostra documentazione, nel metodo "Create Payment" la callback_url viene richiamata dai vostri sistemi ogni qual volta il pagamento cambia stato.
401 Unauthorized
Hi