List money requests
Returns a paginated list of money requests (solicitudes) for the authenticated partner. Filter by requester referenceId, status, and date range. Each item includes the request status and the id of the operation that fulfills it (if any).
Authorizations
Your partner API key. Use raas_sandbox_* keys for the sandbox environment and raas_live_* keys for production.
Query Parameters
Filter requests by the requester partner reference ID
"user-12345"
Filter by request status. "pending" = awaiting a payer. "accepted" = a payer created the fulfilling operation. "funded" = the operation completed. "failed"/"expired"/"cancelled" = not fulfilled.
pending, accepted, funded, failed, expired, cancelled "pending"
Filter requests created on or after this date (ISO 8601)
"2026-01-01T00:00:00.000Z"
Filter requests created on or before this date (ISO 8601)
"2026-02-28T23:59:59.999Z"
Page number (1-indexed)
x >= 1Number of items per page
1 <= x <= 100Response
Paginated list of requests