Initiate CSC capture
POST/api/cardcapture/csc/:key
Starts the CSC capture process for the given session. Configures the capture method (DTMF or speech), DTMF completion and cancel keys, and stores the request so the telephony layer can begin collecting digits.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
CSC capture initiated successfully.
Invalid request — bad method, duplicate keys, or invalid DTMF control values.
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.