Send Direct Debit Setup Email
Sends an email to the client asking them to complete the Direct Debit setup process. Includes a {Url} for them to visit. The ContentBlock for the email is set in the DirectDebitSettings
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"clientCode": "string",
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"callbackUrl": "string"
}
Responses
200 OK
401 Unauthorized - Invalid or missing API key