Informacion del comercio API

Muestra la data del merchant.

Informacion del comercio

GET /internal/v1/merchants/fiscal_informations

Informacion del comercio

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

GET /internal/v1/merchants/fiscal_informations

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/json; charset=utf-8
ETag: W/"8032a8104b2477bf453516ecaa225806"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 43219b58-e14a-4c4f-94b2-b23027bcda21
X-Runtime: 0.024120
Vary: Origin
Content-Length: 360

Status

200 OK

Body

{
  "data": {
    "id": 22,
    "description": "User-centric responsive leverage",
    "commercial_name": "Nienow and Sons",
    "legal_name": "Gutkowski, Kessler and Collins",
    "document_type": "cuit",
    "document_number": "76-4762895",
    "iva_condition": "exempt",
    "user_id": 8888,
    "user_type": "User",
    "created_at": "2022-10-05T15:55:37.673Z",
    "updated_at": "2022-10-05T15:55:37.687Z",
    "state": "pending"
  }
}