[tPortal] Get payments list for a specific agent

Retrieve a paginated list of payments where the specified agent is either the sender or receiver.

The endpoint requires:
- User authentication via access token
- Agent ID to filter payments
- Optional pagination and sorting parameters

Returns a paginated list of payments with metadata including:
- Payment details (amount, status, agents, etc.)
- Pagination information (current page, total pages, etc.)

The response includes payments where the agent is:
- The sending agent (outgoing payments)
- The receiving agent (incoming payments)
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!