Innymi słowy, trzeba się wstrzymać do czasu wydawania certyfikatów KSeF — to nastąpi od 1 listopada 2025 roku. Wtedy będziemy wiedzieli, jak to mniej więcej będzie działać. Natomiast osoby posiadające podpis cyfrowy (kwalifikowany) mogą już teraz testować logowanie i integrację z systemem KSeF na środowisku testowym.
In other words, it’s best to wait until KSeF certificates start being issued — this will happen on November 1, 2025. At that point, we’ll have a better understanding of how the system will work. However, individuals who already have a digital signature (qualified) can test logging in and integrating with the KSeF system in the test environment.
Examples with “In my opinion” :
curl -X POST "https://ksef-demo.mf.gov.pl/api/online/Session/InitToken" \
--cert ./cert.pem \
--key ./key.pem \
-H "Content-Type: application/json" \
-d '{
"contextIdentifier": {
"type": "onip",
"identifier": "57718769xx"
},
"token": "TwójTokenZakodowanyBase64"
}'
Or:
curl -X POST "https://ksef-demo.mf.gov.pl/api/online/Session/InitToken" \
--cert-type P12 \
--cert ./certyfikat.pfx:mopass \
-H "Content-Type: application/json" \
-d '{
"contextIdentifier": {
"type": "onip",
"identifier": "57718769xx"
},
"token": "TwójTokenZakodowanyBase64"
}'