v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBList returns
List and filter returns.
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 trigger or receive the return.
The type of the related payment.
The type of the return. Authorized values include return, refund and reversal. Only available when related payment is a direct debit.
The status of the return.
The ID of the payment related to the return.
The type of the payment related to the return, either incoming_payment or payment_order.
The creation date of the return.
The creation date of the return.
The value date of the return.
The value date of the return.
The direction of the return. credit for credit transfer returns (SCT/SCT Inst), and debit for direct debit returns (SDD).
The reconciliation status of the return.
The ID of the file including the return.
The aggregation reference of the return.
The type of payment validation.
The status of payment validation.
Response
List of filtered returns.
Example response
{
"records": [
{
"object": "return",
"metadata": {
"property_a": true,
"property_b": "false"
},
"originating_account_bank_address": {
"line_1": "1, place de la Concorde",
"building_number": "1",
"street_name": "place de la Concorde",
"postal_code": "75008",
"city": "Paris",
"country": "FR",
"department": "Marketing",
"sub_department": "Content team",
"building_name": "Bat. 4",
"floor": "3",
"postal_box": "67b",
"room": "47",
"city_location_name": "Confluences",
"district_name": "District 9"
},
"receiving_account_bank_address": {
"line_1": "1, place de la Concorde",
"building_number": "1",
"street_name": "place de la Concorde",
"postal_code": "75008",
"city": "Paris",
"country": "FR",
"department": "Marketing",
"sub_department": "Content team",
"building_name": "Bat. 4",
"floor": "3",
"postal_box": "67b",
"room": "47",
"city_location_name": "Confluences",
"district_name": "District 9"
}
}
]
}