---
title: "Update Payment Method Status"
method: POST
path: "/api/master-merchant/{mkey}/merchants/payment-methods"
tags: ["MasterMerchant APIs"]
---

# Update Payment Method Status

`POST /api/master-merchant/{mkey}/merchants/payment-methods`

## Path parameters

- `mkey` string, required

## Headers

- `X-Portone-Client-Key` string
- `Authorization` string

## Request body

- object
  - `merchants_keys` unknown[], required — The list of Sub-merchants PortOne keys
    - unknown
  - `payment_channel_key` string, required — The Payment Channel Key listed in PortOne docs
  - `payment_method_key` string, required — The Payment Method Key listed in PortOne docs
  - `enable` string, required — The boolean indicating whether to enable or disable the Payment Method
  - `default` string, required — The boolean indicating whether to mark the Payment Method as default
  - `action_type` string, required — The action_type. either UPDATE_ENABLE_STATUS or UPDATE_DEFAULT_STATUS
  - `method_sub_type` string, required — The payment method sub_type. either WALLET or INT_CARD
  - `environment` 'live' | 'sandbox', required — The environment of the transaction is either live OR sandbox

## Response `200`

Successful response

- object
  - `message` string — The description of the API request execution result
  - `status_code` string — The status_code for API request execution result
  - `status_reason` string — The status_reason for API request execution result

## Other responses

- `400` — Failure response
- `401` — Failure response

---

[API](https://skmtc.net/portone/apis/payment-apis.md) · [All operations](https://skmtc.net/portone/apis/payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portone/payment-apis/revisions/f3ccea652555/schema)
