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. Payouts

Payout webhooks

{
  "data": {
    "attributes": {
      "absorbFees": true,
      "address": "rLsBa2vWV2uuPx2UKbocAZG2WHXoaGyMPf?dt=61",
      "amount": "2000.00",
      "amountCharged": "57.16",
      "amountChargedCurrency": "EUR",
      "createdAt": "2025-01-31T09:47:31.580Z",
      "currency": "TRY",
      "displayFee": "20.00",
      "displayFeeCurrency": "TRY",
      "exchangeRate": "111.72147825",
      "expiresAt": "2025-01-31T09:48:01.580Z",
      "networkFee": "1.000000",
      "networkFeeCurrency": "XRP",
      "payAmount": "17.901661",
      "payChargeRate": "2.99537619",
      "payChargeRateCurrency": "EUR",
      "payCurrency": "XRP",
      "payNetwork": "txrp",
      "payNetworkName": "Ripple",
      "payoutFee": "0.54",
      "payoutFeeCurrency": "EUR",
      "reference": "c2b091dc-d140-44fc-a9de-58c405a67af3",
      "status": "processing",
      "txid": null
    },
    "id": "9b4317e2-f369-4e00-9e65-6ee7d59667a4",
    "type": "payouts"
  },
  "meta": {}
}
{
  "data": {
    "attributes": {
      "absorbFees": true,
      "address": "rLsBa2vWV2uuPx2UKbocAZG2WHXoaGyMPf?dt=61",
      "amount": "2000.00",
      "amountCharged": "57.16",
      "amountChargedCurrency": "EUR",
      "createdAt": "2025-01-31T09:47:31.580Z",
      "currency": "TRY",
      "displayFee": "20.00",
      "displayFeeCurrency": "TRY",
      "exchangeRate": "111.72147825",
      "expiresAt": "2025-01-31T09:48:01.580Z",
      "networkFee": "1.000000",
      "networkFeeCurrency": "XRP",
      "payAmount": "17.901661",
      "payChargeRate": "2.99537619",
      "payChargeRateCurrency": "EUR",
      "payCurrency": "XRP",
      "payNetwork": "txrp",
      "payNetworkName": "Ripple",
      "payoutFee": "0.54",
      "payoutFeeCurrency": "EUR",
      "reference": "c2b091dc-d140-44fc-a9de-58c405a67af3",
      "status": "completed",
      "txid": "5DC730018F5DF5F3AB28E1209061111B3737EFC369774FF04F22773ABFFE46A0"
    },
    "id": "9b4317e2-f369-4e00-9e65-6ee7d59667a4",
    "type": "payouts"
  },
  "meta": {}
}
{
  "data": {
    "attributes": {
      "absorbFees": true,
      "address": "TTbGTMwUwA3mncLP7xqCZei1ekaNSgeAJe",
      "amount": "2000.00",
      "amountCharged": "55.10",
      "amountChargedCurrency": "EUR",
      "createdAt": "2025-01-31T09:57:17.672Z",
      "currency": "TRY",
      "displayFee": "20.00",
      "displayFeeCurrency": "TRY",
      "exchangeRate": "36.33071",
      "expiresAt": "2025-01-31T09:57:47.672Z",
      "networkFee": "1.000000",
      "networkFeeCurrency": "USDT",
      "payAmount": "55.049846",
      "payChargeRate": "0.973438",
      "payChargeRateCurrency": "EUR",
      "payCurrency": "USDT",
      "payNetwork": "ttrx:usdt",
      "payNetworkName": "Tron (TRC20)",
      "payoutFee": "0.54",
      "payoutFeeCurrency": "EUR",
      "reference": "eae41af4-eab3-40f1-a2cc-d49c474fa8c6",
      "status": "cancelled",
      "txid": null
    },
    "id": "9ecba2f9-cc84-4c37-9d05-84570b72c816",
    "type": "payouts"
  },
  "meta": {}
}

PreviousValidating addressesNextCreating payout

Last updated 3 months ago