Full documentation is available at https://tpp.walutomat.dev/v3/
qseal.cer and qseal.key files are provided as examples. You need to provide valid cert/key pair on your own.
Make sure the private key you are using is in PKCS#8 format and starts with -----BEGIN PRIVATE KEY----- header. If your key is in different format, you can convert it using f.e. openssl command: openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in pkcs1.key -out pkcs8.key
It is possible to use openssl/keytool command line tools but we highly recommend this GUI:
https://keystore-explorer.org
- Go to Settings -> Certificates
- Set API host (for example sandbox instance is
tpp.walutomat.dev) - Set CRT file to your certificate
- Set KEY file to your private key
- Import
example.postman_collection.jsoncollection - Run at least once
Lib installrequest - Due to Postman limitations you have to paste content of cert/key to collection variables, to do so:
- Click three dots near the collection name, select
Editand thenVariablestab - Paste private key file content into
Current valueofprivkey_pemvariable - Paste certificate file content into
Current valueofcert_pemvariable
- Click three dots near the collection name, select
- Now you can run
Example request
sh example.sh
mvn package && java -jar target/example-1.0-SNAPSHOT-jar-with-dependencies.jar
node example.js
php example.php
python example.py