v1
latestOpenAPI 3.0.02026-07-246335313.6 KBMasterMerchant APIs
Update Payment Method Status
post/api/master-merchant/{mkey}/merchants/payment-methods
Path parameters
mkeystring required
Headers
X-Portone-Client-Keystring
Authorizationstring
The Authorization header is used to include the JWT for authenticating API requests; learn how to generate the token <a href="/docs/jwt-authentication" target="_blank">in this guide</a>
Request body
Example request
{
"merchants_keys": [
"MtvGCfbhgjSpkdct"
],
"payment_channel_key": "MOMOPAY",
"payment_method_key": "MOMOPAY_WALLET",
"enable": true,
"default": true,
"action_type": "UPDATE_ENABLE_STATUS",
"method_sub_type": "WALLET",
"environment": "sandbox"
}Response
Successful response