Membership Info
v1.0.0
Check their membership details, such as balance amount and other relevant information.
Membership Info
Check their membership details, such as balance amount and other relevant information.
Sequence Diagram
Note
This feature is only applicable for Aeon Member Plus (AMP) card, which is a prepaid/membership card
Process Flow
- POS creates MembershipInfoRequest() object.
- POS calls SendRequest() to send cancel request.
- SDK sends the encoded request to Smart Terminal.
- 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.