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
Example response
{
"currency": "USD",
"settled_amount": 200,
"pending_amount": 500,
"financial_account_token": "0cc87075-57cf-4607-8722-f42e2cb2c0cd"
}