Get CSC capture state
GET/api/cardcapture/csc/:key
Returns the current CSC capture state for the session, including the masked value and capture status.
Request
Responses
- 200
- 401
- 403
- 404
- 500
CSC data returned successfully.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
No CSC data found for the given key.
An unexpected server error occurred.