Update a remote card capture session
PATCH/api/remotecardcapture/session/:customerShortCode
Updates the status of a remote card capture session. Used by the customer-facing form to report submission or cancellation. When the status transitions to Submitted or Cancelled, audit events and completion metrics are recorded.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Session updated successfully.
Invalid card details or request data.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
Session or configuration not found.
An unexpected server error occurred.