---
title: "Stripe collection settings for Sequence account"
method: GET
path: "/stripe/collections/settings"
tags: ["Stripe Collection Settings"]
---

# Stripe collection settings for Sequence account

`GET /stripe/collections/settings`

Retrieves Stripe collection settings for the current Sequence accounts. If no settings exist, default settings will be returned.

## Headers

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

## 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

## Other responses

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

---

[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/880b362bfaef/schema)
