POST
/
accounts
/
{account_id}
/
kv
curl --request POST \
  --url https://sandbox.hyperswitch.io/accounts/{account_id}/kv \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "kv_enabled": "false"
}'
{
  "merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
  "kv_enabled": true
}

Authorizations

api-key
string
headerrequired

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.

Path Parameters

account_id
string
required

The unique identifier for the merchant account

Body

application/json
kv_enabled
boolean
required

Status of KV for the specific merchant

Response

200 - application/json
merchant_id
string
required

The identifier for the Merchant Account

kv_enabled
boolean
required

Status of KV for the specific merchant