v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBList return requests
List and filter return requests.
Query parameters
The ID of the object from which your list request will start. It is not included in the result.
Order 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.
The ID of the connected account used to send or receive the return request.
The type of the return request.
The status of the return request.
The reason for returning the payment. Authorised reasons depend on the payment scheme. For SEPA, refer to SEPA reason codes.
The ID of the payment related to the return request.
The type of the payment related to the return, either incoming_payment or payment_order.
The creation date of the return request.
The creation date of the return request.
The start value date of the return request.
The end value date of the return request.
The ID of the file including the return request.
Response
List of filtered return requests.
Example response
{
"records": [
{
"object": "return_request",
"metadata": {
"property_a": true,
"property_b": "false"
},
"additional_information": [
"Insufficient funds",
"Account closed"
]
}
]
}