v1

latestOpenAPI 3.1.02026-07-226250251.5 KB
Transactions

Fetch Transaction Details V1

Returns full details for a transaction by ID, including status, amounts, fees, and settlement data. The populated fields vary based on the transaction type.

get/v1/transactions/{transaction_id}

Path parameters

transaction_idstring uuid required

Response

Transaction details retrieved successfully

Example response

{
  "data": {
    "id": "7f0124cd-6845-47d3-8b39-43f80cd50274",
    "transaction_type": "OFFRAMP",
    "beneficiary_id": "e6200609-1ebb-41bb-a4d3-fd9e3bae8419",
    "hash": "796b21c4412f1208918cf744e38b62c95aa55674baf62a0a3b8b189c212d0b7e",
    "transaction_ref_id": "7f0124cd-6845-47d3-8b39-43f80cd50274",
    "status": "COMPLETED",
    "from_amount": 1.1,
    "payout_amount": 94.919,
    "processing_amount": 1.1,
    "from_currency": "USD",
    "payout_currency": "INR",
    "fx_rate": 86.29,
    "developer_fee": 1.25495,
    "developer_fee_percentage": 0.45,
    "developer_fee_fixed": 1.25,
    "created_at": "2026-01-08T08:27:22.345304Z",
    "updated_at": "2026-01-08T08:27:33.76357Z"
  }
}