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