List return requestsAsk AIget https://sandbox.numeral.io/v1/return_requestsList and filter return requests.Query Paramslimitint32Defaults to 25starting_afterstringThe ID of the object from which your list request will start. It is not included in the result.sort_orderstringenumOrder is based on attribute created_at. If asc, results are fetched in chronological order. If desc, results are fetched in reversed chronological order. Default order is desc.ascdescAllowed:ascdescconnected_account_idstringThe ID of the connected account used to send or receive the return request.typestringenumThe type of the return request.sepasepa_instantAllowed:sepasepa_instantstatusstringenumThe status of the return request.receivedsentacceptedrejectedpendingdeniedAllowed:receivedsentacceptedrejectedpendingdeniedreturn_reasonstringThe reason for returning the payment. Authorised reasons depend on the payment scheme. For SEPA, refer to SEPA reason codes.related_payment_iduuidThe ID of the payment related to the return request.related_payment_typestringenumThe type of the payment related to the return, either incoming_payment or payment_order.payment_orderincoming_paymentAllowed:payment_orderincoming_paymentstart_datedateThe creation date of the return request.end_datedateThe creation date of the return request.start_value_datedateThe start value date of the return request.end_value_datedateThe end value date of the return request.file_idstringThe ID of the file including the return request.Responses 200List of filtered return requests. 400Validation error. 500Internal server error.Updated 7 months ago