Txn.pro - API Documentation
Sandbox LoginChangelogStatus Page
  • Getting setup
    • Environments
    • Creating a Sandbox account
    • Back office user roles
    • Creating your API keys
    • Postman collection
  • API Basics
    • API specification
    • API status
    • Supported currencies
    • Date and time format
    • Authenticating the API
    • Webhooks
      • Verifying webhooks
      • Source IP addresses
      • Retrying schedule
    • Rate limits
  • Hosted pages
  • Accounts
    • Accounts concept
    • Listing accounts
    • Reading account
    • Listing account addresses
    • Creating account address
    • Listing account transactions
    • Reading account transaction
  • Exchange
    • Exchange concept
    • Supported currency pairs
    • Reading exchange rates
    • Exchange webhooks
    • Creating quote
    • Confirming quote
  • Invoices
    • Invoices concept
    • Invoice status flow
    • Invoices in cashier
    • Invoice limitations
    • Listing invoice currency pairs
    • Invoice webhooks
    • Creating invoice
    • Reading invoice
    • Listing invoices
    • Invoice refunds
  • Payouts
    • Payouts concept
    • Payout status flow
    • Payout limitations
    • Listing payout currency pairs
    • Validating addresses
    • Payout webhooks
    • Creating payout
    • Reading payout
    • Listing payouts
  • Mass Payouts
  • PAYMENT LINKS
    • Payment links concept
    • Creating payment link
    • Expiring payment link
    • Reading payment link
    • Listing payment links
  • CHANNELS
    • Channels concept
    • Channels deposit flow
    • Listing channel currency pairs
    • Channel webhooks
    • Creating channel
    • Reading channel
    • Updating channel
    • Listing channels
    • Listing channel deposits
    • Reading channel deposit
  • (BETA) Fiat Settlements
    • Important information
    • Bank withdrawal webhooks
    • Bank deposit webhooks
    • Listing bank accounts
    • Reading bank account
    • Previewing bank withdrawal
    • Creating bank withdrawal
    • Listing bank withdrawals
    • Reading bank withdrawal
    • Listing bank deposits
    • Reading bank deposit
Powered by GitBook
On this page
  1. CHANNELS

Channel webhooks

{
  "data": {
    "attributes": {
      "address": "TR6QLEVU2MeEjpJP82umkZf14YjbdidSKo",
      "amount": "0",
      "amountCurrency": "USD",
      "channelId": "c3c33e81-4b02-4c11-ae5f-ee9e8103d26e",
      "createdAt": "2024-10-17T16:36:18.610Z",
      "exchangeRate": null,
      "fee": "0",
      "feeCurrency": "USD",
      "hash": "fce1bea912edd4263645e7f16d1ef149b42fda994a7ece52affd3f043a52744f",
      "networkCode": "ttrx:usdt",
      "networkName": "Tron (TRC20)",
      "payAmount": "100.000000",
      "payCurrency": "USDT",
      "reference": "734a41b1-6623-4e2d-98be-cfd35570c78a",
      "status": "pending",
      "updatedAt": "2024-10-17T16:36:18.610Z"
    },
    "id": "3b85c3b1-27b4-43c1-b037-1167a3cda6f9",
    "type": "channelTransactions"
  },
  "meta": {}
}
{
  "data": {
    "attributes": {
      "address": "TR6QLEVU2MeEjpJP82umkZf14YjbdidSKo",
      "amount": "97.96",
      "amountCurrency": "USD",
      "channelId": "c3c33e81-4b02-4c11-ae5f-ee9e8103d26e",
      "createdAt": "2024-10-17T16:36:18.610Z",
      "exchangeRate": "0.989505",
      "fee": "0.99",
      "feeCurrency": "USD",
      "hash": "fce1bea912edd4263645e7f16d1ef149b42fda994a7ece52affd3f043a52744f",
      "networkCode": "ttrx:usdt",
      "networkName": "Tron (TRC20)",
      "payAmount": "100.000000",
      "payCurrency": "USDT",
      "reference": "734a41b1-6623-4e2d-98be-cfd35570c78a",
      "status": "completed",
      "updatedAt": "2024-10-17T16:36:18.610Z"
    },
    "id": "3b85c3b1-27b4-43c1-b037-1167a3cda6f9",
    "type": "channelTransactions"
  },
  "meta": {}
}

PreviousListing channel currency pairsNextCreating channel

Last updated 1 month ago