Merchants
Atualizar configurações de merchant
Visão Geral
Tokens
Charges
Sessions
Customers
Merchants
Vendors
Sellers
Webhooks
Reports
Merchants
Atualizar configurações de merchant
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>"
}'
Path Parameters
id do merchant
Body
application/json
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.
Was this page helpful?
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>"
}'