🟩Return a Single Transaction
Retrieve a single transactional data array from a Bank Account Record
Return a Single Transaction
GET
{{baseUrl}}/bank-accounts/:bank_account_id/transactions/:transaction_id
GET
{{baseUrl}}/bank-accounts/:bank_account_id/transactions/:transaction_id
Path Parameters
Key
Type
Description
bank_account_id*
String
The UUID for a specific Bank Account that gets generated and returned in the POST Create New Bank Account response.
transaction_id*
String
The UUID for a specific Transaction data array that gets generated and returned in the GET Return Transactions from a BankAccount response.
Status Codes
Last updated