Get Transaction
Account
Get Transaction
Get details of a specific business wallet transaction by ID — category, amount, fee, status, and description. GET /account/transactions/.
GET
Get Transaction
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve details of a specific transaction from your business account by its transaction ID.Path Parameters
| Parameter | Type | Description |
|---|---|---|
transactionId | string | Transaction batch ID (e.g. FYB69F984AA38EFB, DEP69FE561280613) |
Response Fields
| Field | Type | Description |
|---|---|---|
transactionId | string | Unique transaction batch ID |
reference | string | Card ID, payment reference, or on-chain hash |
type | string | CREDIT or DEBIT |
category | string | DEPOSIT, WITHDRAW, ISSUANCE, FUNDING, UNLOADING, TERMINATION, TRANSFER, COLLECTION, PAYOUT, AIRTIME |
amount | number | Transaction amount |
fee | number | Fee charged |
currency | string | USD or USDT for crypto deposits |
status | string | PENDING, COMPLETED, FAILED, or PROCESSING |
description | string | Cardholder name, counterparty, or asset name |
createdAt | string | ISO 8601 timestamp |
updatedAt | string | ISO 8601 timestamp of last status change |
Example Usage
Use Cases
- Verify a credit: Confirm a deposit or collection payment landed in your wallet
- Card funding confirmation: Verify that a card funding operation was settled
- Audit trail: Inspect fee and counterparty details for any transaction

