---
title: "Update Notifications Setting"
method: PUT
path: "/v1/notifications"
---

# Update Notifications Setting

`PUT /v1/notifications`

Use this API to update the notification setting

## Headers

- `X-BUSINESS-API-KEY` string, required

## Request body

- object
  - `customer_receipt@email` boolean
  - `daily_collection@email` boolean
  - `daily_collection@push_notification` boolean
  - `daily_payout@email` boolean
  - `incoming_payment@email` boolean
  - `incoming_payment@push_notification` boolean
  - `new_order@email` boolean
  - `new_order@push_notification` boolean
  - `pending_order@email` boolean
  - `mall_gto_sync@email` boolean

## Response `200`

200

- object[]
  - `event` string, required
  - `channel` string, required

---

[API](https://skmtc.net/hitpayapp/apis/hitpay-api.md) · [All operations](https://skmtc.net/hitpayapp/apis/hitpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hitpayapp/hitpay-api/revisions/6aae1a736990/schema)
