---
title: "Update Merchant's Profile"
method: PATCH
path: "/v1/accountbranding"
---

# Update Merchant's Profile

`PATCH /v1/accountbranding`

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object
  - `cs_phone_number` string
  - `is_address_optional` '0' | '1'
  - `logo_url` string
  - `success_url` string
  - `failure_url` string
  - `statement_descriptor` string

## Response `200`

200

- object
  - `data` object
    - `object` string
    - `id` string
    - `created_at` integer
    - `updated_at` integer
    - `success_url` string
    - `failure_url` unknown
    - `statement_descriptor` string
    - `is_address_optional` integer
    - `logo_url` string
    - `cs_phone_number` string
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown

## Other responses

- `422` — 422

---

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