Returns a paginated list of money transfer operations for the authenticated partner. Filter by referenceId, userId, linkId, status, and date range. Each operation includes the full amount breakdown (send, receive, rate, fee).
Your partner API key. Use m2m_test_* keys for the sandbox environment.
Filter operations by the partner reference ID of the associated user
"user-12345"
Filter operations by M2M user ID
"user_acme_x1y2z3"
Filter operations by the magic link ID that initiated the transfer
"link_acme_a1b2c3d4e5f6"
Filter by operation status. "created" = operation initiated. "processing" = funds in transit. "completed" = transfer successful. "failed" = transfer failed. "cancelled" = operation cancelled.
created, processing, completed, failed, cancelled "completed"
Filter operations created on or after this date (ISO 8601)
"2026-01-01T00:00:00.000Z"
Filter operations created on or before this date (ISO 8601)
"2026-02-28T23:59:59.999Z"
Page number (1-indexed)
x >= 11
Number of items per page
1 <= x <= 10020