PATCH
/
v1
/
merchants
/
{id}
curl --request PATCH \
  --url https://api.malga.io/v1/merchants/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Client-Id: <api-key>' \
  --data '{
  "mcc": "<string>"
}'

Authorizations

X-Client-Id
string
headerrequired
X-Api-Key
string
headerrequired

Path Parameters

id
string
required

id do merchant

Body

application/json
mcc
string

código de segmento do lojista no adquirente formado por quatro números, solicite ao seu provedor caso não saiba qual o seu Merchant Category Code.