Initiate PAN capture
POST/api/cardcapture/pan/:key
Starts the PAN 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
PAN 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.