Creates a new remote card capture session.
POST/api/remotecardcapture/session
Creates a new remote card capture session.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
Returns the session details upon success.
Invalid request data.
JWT disabled, locked out, or expired.
JWT is not allowed (invalid roles).
Configuration or card capture not found.
Card capture is in an invalid state (completed, hungup, or cancelled).
An internal server error occurred.