v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Financial Account

Get Single Transaction from Account Activity

Retrieve a single transaction

get/v1/account_activity/{transaction_token}

Path parameters

transaction_tokenstring uuid required

The unique identifier for the transaction

Response

Successful response with the requested account activity

OR
OR
OR
OR
OR
OR

Example response

{
  "currency": "USD",
  "settled_amount": 200,
  "pending_amount": 500,
  "financial_account_token": "0cc87075-57cf-4607-8722-f42e2cb2c0cd"
}