I want to make a sequence diagram of below scenario
- User clicks 'Pay' button
- X asks for card payment details.
- Use enters card number, expiry date ect (...)
- X sends a request to the bank for payment authorization.
How can I name the object X, other than the system, because a system is in fact a whole in which a sequence diagram happens?
For school purposes, is it correct to assume in the scenario that the system I am creating asks for card details (i.e. stores them) and sends a request to the bank for authorization?