Set PAN value directly
PUT/api/cardcapture/pan/:key
Directly sets the PAN value for the session, bypassing DTMF/speech capture. Used when the PAN is provided through an alternative input channel.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
PAN value set successfully.
Failed to set the PAN value.
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.