Skip to main content
GET
/
v1
/
merchants
/
{id}
Recuperar detalhes de merchant pelo id
curl --request GET \
  --url https://api.malga.io/v1/merchants/{id} \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Client-Id: <api-key>'
{
  "$ref": "#/components/examples/Merchant/value"
}

Authorizations

X-Client-Id
string
header
required
X-Api-Key
string
header
required

Path Parameters

id
string<uuid>
required

id do merchant

Response

200 - application/json
id
string

Identificador do merchant

createdAt
string

Data de criação

clientId
string<uuid>

Identificador do client

mcc
string

Código mcc do cadatro do lojista no adquirente

status
enum<string>

Status do merchant

Available options:
active,
deleted,
pending
providers
object