QR Inquiry
v1.0.0
Check the status of a QR payment when the result is unclear or delayed, helping ensure accurate tracking of payment outcomes.
QR Inquiry
Check the status of a QR payment when the result is unclear or delayed, helping ensure accurate tracking of payment outcomes.
Sequence Diagram
Process Flow
- Smart Terminal returns response
[309 : Inquiry required]
to SDK. - POS calls receiveResponse() for response handling.
- SDK returns the response value.
- POS displays result on screen.
- User request for QR Inquiry on the POS.
- POS creates a InquiryQrPaymentRequest() object.
- POS calls sendRequest() to send payment request.
- SDK sends the encoded request to Smart Terminal.
- Smart Terminal returns response
[100 : Approved]
to SDK. You may refer to Response Codes. - POS calls receiveResponse() for response handling.
- SDK returns the response value.
- POS displays result on screen.