Settings API

Endpoints para obtener la configuracion de la vista

Ver configuracion para el merchant

GET /pay/settings

Retorna la configuracion

Request

Headers

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

Route

GET /pay/settings

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/"c8e27eb26a262fd2e5fdf3bc3ce395da"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 4a813166-ae8a-4708-87fd-b541d1482636
X-Runtime: 0.031885
Vary: Origin
Content-Length: 393

Status

200 OK

Body

{
  "data": {
    "header": {
      "type": "normal",
      "title": "Kriptopayments",
      "logo": "https://public-kriptonmarket.s3.amazonaws.com/settings/payments/default/upload_picture.png"
    },
    "form": {
      "personal_data": {
        "title": "Datos del comprador",
        "label": "Mail o telegram"
      },
      "operation_data": {
        "title": "Datos de la compra",
        "label": "Ticket referencia"
      }
    },
    "notification": {
      "show": false,
      "text": ""
    },
    "crypto_networks": [

    ],
    "fiats": [

    ]
  }
}