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