v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Merchant Account

Merchant Account - KV Status

Toggle KV mode for the Merchant Account

post/accounts/{account_id}/kv

Path parameters

account_idstring required

The unique identifier for the merchant account

Request body

kv_enabledboolean required

Status of KV for the specific merchant

Example request

{
  "kv_enabled": true
}

Response

KV mode is enabled/disabled for Merchant Account

merchant_idstring required

The identifier for the Merchant Account

kv_enabledboolean required

Status of KV for the specific merchant

Example response

{
  "merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
  "kv_enabled": true
}