---
title: "Update payment settings for Sequence account"
method: PUT
path: "/payments/settings/{id}"
tags: ["Account Settings"]
---

# Update payment settings for Sequence account

`PUT /payments/settings/{id}`

Updates payment settings for the current Sequence accounts.

## Path parameters

- `id` string, required

## Headers

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

## Request body

- UpdateAccountPaymentSettingsEndpointUpdateAccountPaymentSettingsRequest
  - `failureNotifications` PaymentFailureNotifications, required — The failure notification settings for the account
    - `merchantNotifications` 'SEND_NOTIFICATIONS' | 'DO_NOT_SEND_NOTIFICATIONS', required
    - `customerNotifications` 'SEND_NOTIFICATIONS' | 'DO_NOT_SEND_NOTIFICATIONS', required

## Response `200`

OK

- AccountPaymentSettings
  - `id` string, required — The ID of the account's payment settings
  - `failureNotifications` PaymentFailureNotifications, required — The failure notification settings for the account
    - `merchantNotifications` 'SEND_NOTIFICATIONS' | 'DO_NOT_SEND_NOTIFICATIONS', required
    - `customerNotifications` 'SEND_NOTIFICATIONS' | 'DO_NOT_SEND_NOTIFICATIONS', required

## Other responses

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

---

[API](https://skmtc.net/sequencehq/apis/sequence.md) · [All operations](https://skmtc.net/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequencehq/sequence/versions/cae64b02699f/schema)
