List All Ted Transaction
The List TED Transaction is an endpoint that will list all TED transactions that the company has performed, showing which transactions, transaction status, amounts, etc.
Lists TED transactions with pagination and advanced filters.
Supports:
- Pagination with page, size and sort
- Dynamic filters via query string filters
- Company scope (API/Dashboard) or global scope (Backoffice)
Returns:
- Debit and credit transactions
- Complete states and current status
- Source/destination details, amount, memo
- Metadata:
- ID
- timestamps
- STR number
Endpoint:
GET /ted/v1/api/transactions
Response:
{
"content": [...],
"page": 0,
"size": 20,
"totalElements": 150,
"totalPages": 8,
"hasNext": true
}
Updated about 6 hours ago