Search and filter transactions based on customer UID, account number, direction (Inbound/Outbound), and other criteria
OK
Bad request
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error
Service unavailable
Successful
{- "customerUID": "string",
- "accountNumber": "string",
- "direction": "Inbound"
}{- "data": [
- {
- "transactionId": "string",
- "sourceRef": "TXN-2024-001234",
- "accountName": "string",
- "accountNumber": "string",
- "amount": 0,
- "feeAmount": 0,
- "currency": "str",
- "description": "string",
- "date": "2019-08-24",
- "paymentMethod": "ACH",
- "direction": "Inbound",
- "status": "string",
- "postedOn": "string",
- "postedBy": "string"
}
], - "pagination": {
- "totalRecords": 100,
- "totalPages": 10,
- "pageReturned": 2,
- "pageSize": 10
}
}