Skip to main content
PUT
Replace a payment reminder configuration

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.

Path Parameters

id
string<uuid>
required

The reminder's id.

Body

application/json

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

send_to
string<email>[]
required

The email addresses the reminders are sent to.

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

The complete reminder schedule. Replaces the existing schedule entirely — see the warning above.

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 updated reminder configuration.

reminder
object
required