Get Dispute listCopy Pageget https://{subdomain}.myshoplaza.com/openapi/2025-06/shoplazza-payment/disputesRetrieve a list of all disputes with pagination.Query ParamscursorstringCursor for pagination, use the cursor from the response for pagination.page_sizeint32A limit on the number of objects to be returned. Range: 1–100. Default is 10.statusstringFilter option for dispute status. Accepted values: lost, won, warning_closed, needs_response, under_review, warning_under_review, warning_needs_response. Status Values lost: The dispute was resolved against the merchant, and the funds were not recovered. won: The dispute resolved in favor of the merchant, and the funds were retained or recovered. warning_closed: The dispute case was closed following a warning; no further action is required. needs_response: The dispute requires a response or evidence from the merchant to proceed. under_review: The dispute is currently under review by the payment processor or financial institution. warning_under_review: The dispute received a warning and is under review; further action may be needed. warning_needs_response: The dispute has a warning and requires a response from the merchant to avoid escalation. created_at_minstringFilter option: dispute creation start time (Unix timestamp).created_at_maxstringFilter option: dispute creation end time (Unix timestamp).Response 200OKUpdated 3 months ago