---
title: "Update Stripe collection settings for Sequence account"
method: PUT
path: "/stripe/collections/settings/{id}"
tags: ["Stripe Collection Settings"]
---

# Update Stripe collection settings for Sequence account

`PUT /stripe/collections/settings/{id}`

Updates Stripe collection settings for the current Sequence accounts.

## Path parameters

- `id` string, required

## Headers

- `Sequence-Version` '2024-07-30'

## Request body

- UpdateStripeCollectionSettingsEndpointUpdateStripeCollectionSettingsRequest
  - `enableAutomaticPayments` boolean, nullable — Whether to automatically collect payments by default if payment details are available
  - `autoEnableStripePayments` boolean, nullable — Whether to automatically enable Stripe payments for new billing schedules
  - `retryAnchor` 'SENT_DATE' | 'DUE_DATE'
  - `retryOffsetDays` integer[], nullable — Days after the anchor date on which to re-attempt collection, e.g. [0, 7, 14]

## Response `200`

OK

- StripeCollectionSettings
  - `id` string, required
  - `sequenceAccountId` string, required
  - `enableAutomaticPayments` boolean, required — Whether to automatically collect payments by default if payment details are available
  - `autoEnableStripePayments` boolean, required — Whether to automatically enable Stripe payments for new billing schedules
  - `retryOffsetDays` unknown[], required — Days after the anchor date on which to re-attempt collection, e.g. [0, 7, 14]
    - unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 714 revisions in range; 511 could not be searched.

- **2026-07-02** `1fdc517bd7f3` — 3 info
  - added the new optional request property `retryAnchor`
  - added the new optional request property `retryOffsetDays`
  - added the required property `retryOffsetDays` to the response with the `200` status

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/stripe/collections/settings/:id/put.md)

---

[API](https://skmtc.dev/sequencehq/apis/sequence.md) · [All operations](https://skmtc.dev/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequencehq/sequence/revisions/e520d2f95b7b/schema)
