Send email notification
POST/api/remotecardcapture/notification/email/:customerShortCode
Sends an email to the customer containing a link to the remote card capture form. The email is sent to the address specified in the request body.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Email sent successfully.
Email sending failed — invalid address 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.