Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add startmigration receipt #328

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ For Germany (DE), the country code is `0x4445`. Thus, the value of an unknown `f
| `0x4445000000000016` | **Cancel/void a receipt**<br /><br /> Please note that according to the DSFinV-K, this receipt type can only be used on systems **without** a TSE. For "regular" cancellations, please use the respective _ftReceiptCaseFlag_. | AVBelegstorno <br /> Kassenbeleg-V1 | 1.3.14- |
| `0x4445000000000017` | **Initiate SCU switch**<br /><br />This request is only valid with the same property requirements as a zero-receipt and can only be used after the SCU switch process was initiated in the fiskaltrust.Portal ([click here for more details](https://link.fiskaltrust.cloud/market-de/scu-switch)). It disconnects the Queue from the currently used, "old" SCU, hence preparing it for connecting another SCU. To finish this process, a _finish SCU switch_ receipt has to be called (see below). After sending this receipt, the Middleware will not contact the SCU/TSE and returns the _ftState_ `0x0000000000000008` until the _finish SCU switch_ receipt is sent.<br /><br />On successful execution, a notification is created which includes relevant data for financial authority notifications.<br /><br />The request is only valid when the charge items block (`ftChargeItems`) and the pay items block (`ftPayItems`) in the `ftReceiptRequest` are empty arrays. <br /><br />This receipt case works **only** with **implicit flow**. Calling it without the `ftReceiptCaseFlag` `0x0000000100000000` ends up in an exception. <br /><br /> Please note that like the _out-of-operation receipt_, this receipt deactivates the currently used TSE by default. To avoid this, please use the respective _ftReceiptCaseFlag_. | [none] <br /> SonstigerVorgang | 1.3.19- |
| `0x4445000000000018` | **Finish SCU switch**<br /><br />This request is only valid with the same property requirements as a zero-receipt and can only be used after the SCU switch process was initiated in the fiskaltrust.Portal and an _initiate SCU switch_ receipt was sent ([click here for more details](https://link.fiskaltrust.cloud/market-de/scu-switch)). It connects the Queue to the new SCU, finishing the SCU switch process and making the Middleware operational again.<br /><br />On successful execution, a notification is created which includes relevant data for financial authority notifications.<br /><br />The request is only valid when the charge items block (`ftChargeItems`) and the pay items block (`ftPayItems`) in the `ftReceiptRequest` are empty arrays. <br /><br />This receipt case works **only** with **implicit flow**. Calling it without the `ftReceiptCaseFlag` `0x0000000100000000` ends up in an exception. | [none] <br /> SonstigerVorgang | 1.3.19- |
| `0x4445000000000019` | **Start Migration**<br /><br />**This request disables the local Queue** and when uploaded allows for executing the Local-To-Cloud migration in the fiskaltrust.Portal to migrate a local queue to the fiskaltrust.CloudCashbox ([click here for more details](https://link.fiskaltrust.cloud/posdealers/local-to-cloud-migration)).This request should only be used after the Local-To-Cloud Migration was initiated in the fiskaltrust.Portal.<br /><br />The request is only valid when the charge items block (`ftChargeItems`) and the pay items block (`ftPayItems`) in the `ftReceiptRequest` are empty arrays. <br /><br />This receipt case works **only** with **implicit flow**. Calling it without the `ftReceiptCaseFlag` `0x0000000100000000` ends up in an exception. | [none] <br /> SonstigerVorgang | 1.3.60- |


## ftReceiptCaseFlag
Expand Down