Last active
November 28, 2025 10:34
-
-
Save naeemdev/756f6a80b44f0c26b342c6717f4c0b8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Missing Data for Sale get and post API (Receipt Printing) | |
| Header information | |
| Footer information | |
| Card transaction information | |
| Remove ingredients list (POST API ) | |
| Required fields for full receipt printing | |
| 📌 Card Information – Required Parameters | |
| Please confirm which card-related fields should be returned in the API. | |
| Currently sent: | |
| "paymentData": { | |
| "acqId": "Acq-Id: 0", | |
| "aid": "AID: A0000000041010", | |
| "authCode": "", | |
| "cardNumber": "5413 33XX XXXX XXXX", | |
| "cardType": "MC CREDIT contactless", | |
| "date": "04.11.2025 14:41:55", | |
| "refNo": "", | |
| "seqCnt": "Trx. Seq-Cnt: 25051756", | |
| "title": "**Cardholder Receipt**", | |
| "total": "Total-EFT CHF: 12.90", | |
| "trmId": "Trm-Id: 10160561", | |
| "type": "Purchase" | |
| } | |
| Action Required | |
| Confirm whether additional parameters are required. | |
| Provide the final list of expected fields. | |
| 🚧 Missing APIs | |
| The following APIs still need to be implemented: | |
| Kiosk API | |
| Ready API | |
| Cash Register API | |
| List of Cash Registers API | |
| Cash Register PIN Verification API |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment