Retrieves details of a single transaction under the given account
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "id": "string",
- "value": 0,
- "transaction_date": "2019-08-24T14:15:22Z",
- "transaction_posted_date": "2019-08-24T14:15:22Z",
- "transaction_status": "AUTHORIZED",
- "transaction_type": "TRANSFER_IN",
- "category_type": "ADJUSTMENT",
- "category_id": "string",
- "description": "string",
- "originator": {
- "originator_type": "FIAT_US",
- "rail_reference": "string",
- "rail_originator_memo": "string"
}
}
}