Read Channel Payment

Read Channel Payment

GET https://api.sandbox.coindirect.com/api/v2/channel/payment/:uuid

This endpoint allows you to read Channel Payment.

Path Parameters

Headers

{
  "channelId": "0c4c6186-f371-4a82-a734-f0aeb1d41af4",
  "merchantId": "82737577-ae9a-4305-a544-61bef6681f0c",
  "merchantDisplayName": "Casino",
  "reference": "1ca5346d-ba7e-4f82-b51d-c53be4d5b0c9",
  "dateCreated": 1643207593000,
  "lastUpdated": 1643210803000,
  "status": "COMPLETE",
  "uuid": "0c9b97aa-fa22-459b-8d3c-a3f97d7c40a5",
  "hash": "9092ed5fabe5fdddb3b9bfd202451ff57b2c8d83f9fb4943589a21f380e30fc6",
  "address": "18cZvTB3rr8BRzQru8QVMabJMp4uvGHLMT",
  "tag": null,
  "paidCurrency": "BTC",
  "displayCurrency": "EUR",
  "walletCurrency": "EUR",
  "feeCurrency": "EUR",
  "paidAmount": 0.001,
  "displayAmount": 32.23,
  "walletAmount": 32.23,
  "feeAmount": 0.32,
  "exchangeRate": {
    "base": "BTC",
    "counter": "EUR",
    "rate": 3.223E+4
  },
  "displayRate": {
    "base": "BTC",
    "counter": "EUR",
    "rate": 3.223E+4
  },
  "risk": {
    "level": "LOW",
    "resourceName": "UNKNOWN",
    "resourceCategory": "UNKNOWN",
    "alerts": []
  },
  "sources": [
    "3G5HoushtPmVPyCwEPf9hLad5xE2MRLVGa"
  ],
  "networkFee": {
    "paidCurrency": "BTC",
    "paidAmount": 0E-18,
    "displayCurrency": "EUR",
    "displayAmount": 0E-18
  }
}

Response parameters

Last updated