Send SMS notification
POST/api/remotecardcapture/notification/sms/:customerShortCode
Sends an SMS to the customer containing a link to the remote card capture form. The SMS is sent to the phone number specified in the request body.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
SMS sent successfully.
SMS sending failed — invalid number or provider error.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
Session configuration not found for the given short code.
An unexpected server error occurred.