Get all paymentsCopy Pageget https://api.advancehq.com/v1/paymentsRetrieves a list of all payments, including payment status, amount, and timestamps.Query ParamspaginationbooleanDefaults to falseEnable pagination with metadatatruefalsepageinteger≥ 1Defaults to 1Page number (1-based) - only used when pagination=truepage_sizeinteger1 to 10000Defaults to 100Number of items per page - only used when pagination=truestatusarray of objects | nullFilter payments by status (can provide multiple)StatusShow 8 enum valuesADD stringstart_datedate-time | nullStart date for filtering paymentsend_datedate-time | nullEnd date for filtering paymentspayment_methodarray of objects | nullFilter payments by payment method (can provide multiple)Payment MethodAllowed:credit_cardachcheckpremium_financeADD stringpayment_request_idstring | nullFilter payments by payment request IDplan_idstring | nullFilter payments by plan IDsort_bystringenumField to sort byamountcreated_atsettled_atstatusAllowed:amountcreated_atsettled_atstatussort_orderstringenumDefaults to descSort order (asc or desc)ascdescAllowed:ascdescsearch_termstring | nullSearch term to filter payments by merchant name or amountResponses 200Successful Response 400Bad Request - Invalid input parameters or malformed request body 401Unauthorized - Missing or invalid authentication credentials 403Forbidden - Insufficient permissions to access this resource 404Not Found - The requested resource does not exist 422Validation Error 429Too Many Requests - Rate limit exceeded 500Internal Server Error - An unexpected error occurredUpdated about 2 months ago Add product lineGet payment counts by statusDid this page help you?YesNo