Update a card capture session
PATCH/api/cardcapture/session/:key
Partially updates a card capture session. Can update the session status (e.g. to Completed or Cancelled) or reassign the agent subscription. When the status is set to Completed or Cancelled, the telephony media is automatically released from secure mode.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Session updated successfully.
Invalid request body or field value.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
No session exists for the given key.
An unexpected server error occurred.