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