Set CSC value directly
PUT/api/cardcapture/csc/:key
Directly sets the CSC value for the session, bypassing DTMF/speech capture. Used when the CSC is provided through an alternative input channel.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
CSC value set successfully.
Failed to set the CSC value.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
Session not found for the given key.
An unexpected server error occurred.