Transaction Status
v1.0.0
Check the status of a card transaction when the result is unclear or delayed, helping ensure accurate tracking of payment outcomes.
Transaction Status
Check the status of a card transaction when the result is unclear or delayed, helping ensure accurate tracking of payment outcomes.
Sequence Diagram
Process Flow
- POS creates TransactionStatusRequest() object.
- POS calls SendRequest() to send cancel 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 cancellation result on screen.