API Docs / Operations / DirectDebit / Send Direct Debit Setup Email

Send Direct Debit Setup Email

POST /tenants/{tenant}/direct-debit/setup/send-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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "clientCode": "string",
  "email": "user@example.com",
  "firstName": "string",
  "lastName": "string",
  "callbackUrl": "string"
}

Responses

200 OK
401 Unauthorized - Invalid or missing API key

Try it