Skip to main content
POST
Configure payment reminders for a client

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Body

application/json

offset_days is required when operator is before or after. Ignored when operator is on.

client_id
string<uuid>
required

The client the reminders are configured for.

Example:

"5c1f4e3a-9b7d-4a1e-8f2c-3d6b8a0e7f11"

send_to
string<email>[]
required

The email addresses the reminders are sent to.

Minimum array length: 1
Example:
rules
object[]
required

The reminder schedule. Between 1 and 5 rules, each anchored on the invoice due date.

Required array length: 1 - 5 elements
copy_to_self
boolean
default:false

Whether a copy of each reminder is also sent to your organization's contact email.

Response

Returns the reminder configuration created or replaced.

reminder
object
required