Skip to main content
GET
/
account
/
transactions
/
{id}
Get Transaction
curl --request GET \
  --url https://api.fyatu.com/api/v3.20/account/transactions/{id} \
  --header 'Authorization: Bearer <token>'
{}

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

Returns the full details of a single business wallet transaction.

Path Parameters

ParameterTypeDescription
transactionIdstringThe transaction ID

Error Codes

CodeDescription
RESOURCE_NOT_FOUNDTransaction not found or belongs to another business

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /auth/token

Path Parameters

id
string
required

Response

Transaction retrieved

The response is of type object.