Send E-Receipt
v1.0.0
Send an e-receipt of a transaction to the customer.
Send E-Receipt
Send an e-receipt of a transaction to the customer.
Sequence Diagram
Process Flow
- POS creates SendEReceiptRequest() object.
- POS calls SendRequest() to send cancel request.
- SDK sends the encoded request to Smart Terminal.
- Smart Terminal displays "Receipt Sent".
- Smart Terminal returns response
[100 : Approved]
to SDK. - POS calls receiveResponse() for response handling.
- SDK returns the response value.
- POS displays cancellation result on screen.