Kriptopayments API

Detalle de un Kriptopayment

Detalle de un Kriptopayment

GET /internal/clients/kriptopayments/:kriptopayment_id

Request

Headers

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

Route

GET /internal/clients/kriptopayments/10

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/"20a9a3ed98688dc883efcc6399fae504"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: cc305d6c-0ab8-43d8-bb14-b4e546a02400
X-Runtime: 0.048350
Vary: Origin
Content-Length: 985

Status

200 OK

Body

{
  "data": {
    "id": 10,
    "fiat": "usd",
    "fiat_price": "16.0",
    "crypto_price": "0.0",
    "crypto_earn": "0.0",
    "status": "wait",
    "reference": null,
    "attachments": [
      {
        "id": 9,
        "url": "https://cash-kriptonmarket-development.s3.amazonaws.com/kriptopayments/5/front-1624142064.jpg",
        "kind": "document"
      },
      {
        "id": 10,
        "url": "https://cash-kriptonmarket-development.s3.amazonaws.com/kriptopayments/5/front-1624142064.jpg",
        "kind": "document"
      }
    ],
    "merchant": {
      "id": 5000,
      "name": "Kriptonmarket"
    },
    "crypto_to_pay": "0.0",
    "created_at": "2023-04-19T17:15:32.548Z",
    "client": {
      "id": 7777,
      "username": "Marti@gmail.com"
    },
    "payment_data": null,
    "crypto_network": {
      "id": 24,
      "name": "Stellar",
      "currency_id": "stellar",
      "created_at": "2023-04-19T17:14:12.744Z",
      "updated_at": "2023-04-19T17:14:12.744Z",
      "fee": "0.0",
      "address": null,
      "focused_to_pay": true,
      "icon": null,
      "focused_to_create": true,
      "focused_to_withdrawals": true,
      "smart_contract": null,
      "chain_id": null,
      "decimal_places": null,
      "denomination": null,
      "wallet_connect": false,
      "explorer": null,
      "paid_with_reward": true
    }
  }
}