Send E-Receipt

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

  1. POS creates SendEReceiptRequest() object.
  2. POS calls SendRequest() to send cancel request.
  3. SDK sends the encoded request to Smart Terminal.
  4. Smart Terminal displays "Receipt Sent".
  5. Smart Terminal returns response [100 : Approved] to SDK.
  6. POS calls receiveResponse() for response handling.
  7. SDK returns the response value.
  8. POS displays cancellation result on screen.