List disputesget https://api.global.sandbox.affirm.com/api/v3/disputesReturns a paginated list of disputes.Query Paramslimitinteger1 to 100Defaults to 25Maximum number of disputes to return.created_afterstringCursor for forward pagination (return results after this dispute ID).created_beforestringCursor for backward pagination (return results before this dispute ID).resolved_afterstringReturn results with a resolved date after this date. Format must be ISO 8601: YYYY-MM-DDTHH:MM:SS.resolved_beforestringReturn results with a resolved date before this date. Format must be ISO 8601: YYYY-MM-DDTHH:MM:SS.statusstringenumFilter disputes by status.action_required_merchantno_merchant_action_neededclosed_customer_favorclosed_merchant_favorclosed_customer_partial_favorAllowed:action_required_merchantno_merchant_action_neededclosed_customer_favorclosed_merchant_favorclosed_customer_partial_favordispute_reasonstringenumFilter disputes by dispute reason.cancellation_or_return_not_processedincorrect_amountproduct_not_receivedproduct_unacceptableAllowed:cancellation_or_return_not_processedincorrect_amountproduct_not_receivedproduct_unacceptablemerchant_idstringFilter disputes by merchant ID. Required parameter for Partner based API calls.page_numberstringPage to return. Set to 1 by default.Responses 200Success 401Unauthorized 500Internal Server ErrorUpdated about 2 months ago