Paytrie Developer Documentation
API ReferenceTransactions

Get Transaction

Retrieve detailed transaction information including amounts, status, and payment details

GET
/transaction

Query Parameters

tx_id*string

Response Body

application/json

application/json

curl -X GET "https://api.paytrie.com/transaction?tx_id=3943bb00-1551-4f1d-bf32-2d82608bc15e"
{
  "coin": "USDC",
  "date": "2025-07-25T14:02:36Z",
  "fee": "6.55",
  "leftSideLabel": "CAD",
  "leftSideValue": 500,
  "rightSideLabel": "ETH-USDC",
  "status": "complete",
  "tx_id": "3943bb00-1551-4f1d-bf32-2d82608bc15e",
  "wallet": "0x756Fead01907b3c2173d148f9864d00fAd371AB6",
  "eth_fee": false,
  "payment_id": "pay_123456789",
  "payment_type": "eth network"
}
{
  "coin": "USDC",
  "date": "2025-07-25T14:02:36Z",
  "fee": "6.55",
  "leftSideLabel": "CAD",
  "leftSideValue": 500,
  "rightSideLabel": "ETH-USDC",
  "status": "complete",
  "tx_id": "3943bb00-1551-4f1d-bf32-2d82608bc15e",
  "wallet": "0x756Fead01907b3c2173d148f9864d00fAd371AB6",
  "eth_fee": false,
  "payment_id": "pay_123456789",
  "payment_type": "eth network"
}