Obter Comerciante

Obter Comerciante

get

Este endpoint recupera informações completas sobre um comerciante específico. O parâmetro {id} na URL deve ser o identificador único do comerciante (formato UUID).

scope: merchants.read

Path parameters
merchant_idstring · uuidRequiredExample: 01974748-6c07-70e6-8f85-67101669654d
Header parameters
AcceptstringOptionalExample: application/json
Content-TypestringOptionalExample: application/json
X-API-KeystringOptionalExample: {{API_KEY}}
Responses
200

Sucesso

application/json
get
GET /banking/v1/merchants/{merchant_id} HTTP/1.1
Host: api.aurixpay.ws
Accept: */*
{
  "id": "019764e0-4ab4-706a-b399-9c3d541689a3",
  "name": "Aurix",
  "document": "54427392000107",
  "status": "approved"
}