latestOpenAPI 3.0.02026-08-132903622.2 MB

6d020bee17cc

Smart Retries Settings

updateOrganizationSmartRetriesSettings

Update the Smart Retries Setting for the specified Organization

put/organizations/{id}/smart-retries-settings

Path parameters

idinteger required
Example:82364

Primary identifier of Organization

Request body

is_enabledboolean

Whether Smart Retries is enabled for the organization.

restrict_to_plan_monthboolean

Restrict retries to the month of the original recurring donation plan. Only valid when is_enabled is true; forced to false when the setting is disabled.

Example request

{
  "is_enabled": true
}

Response

Success

is_enabledboolean

Whether Smart Retries is enabled for the organization.

restrict_to_plan_monthboolean

Restrict retries to the month of the original recurring donation plan. Only valid when is_enabled is true; forced to false when the setting is disabled.

idinteger nullable

Primary identifier of the Smart Retries Setting. Omitted from the response until the setting is first persisted (a never-configured organization returns the defaults without this key).

organization_idinteger

Organization that owns the setting

created_atstring date-time nullable

Date/time of initial creation. Omitted from the response until the setting is first persisted.

updated_atstring date-time nullable

Date/time of last update. Omitted from the response until the setting is first persisted.

Example response

{
  "is_enabled": true,
  "id": 21003,
  "organization_id": 82364,
  "created_at": "2026-07-17T10:25:03Z",
  "updated_at": "2026-07-17T10:25:03Z"
}