latestOpenAPI 3.1.02026-08-105546268.4 KB
f1fef352d976
(Legacy) Standing orders
Index standing orders
Returns an array containing all standing orders for your customers.
get/v1/standing_orders
Query parameters
page[number]string
The number of results pages to return.
page[size]string
The size of each page in the response.
filter[transaction_type]string
Filter the results by transaction type.
filter[next_occurrence]string required
Filters the results to include only standing orders that are scheduled to execute on a given date.
Response
Successful result of the operation
Example response
[
{
"id": "f874b3102718a4d757a6b6e4d599607ccsto",
"status": "ACTIVE",
"booking_type": "SEPA_CREDIT_TRANSFER",
"transaction_type": "SEPA_CREDIT_TRANSFER",
"recipient_iban": "DE87110101001000057123",
"recipient_name": "Hans Mustermann",
"recipient_bic": "COBADEFFXXX",
"reference": "dsf2r3raedfs3fsf342fctrx",
"amount": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"first_execution_date": "2021-09-01",
"last_execution_date": "2025-09-01",
"reoccurrence": "MONTHLY",
"end_to_end_id": "END2ENDREJ",
"month_end_execution": true,
"next_occurrence": "2021-10-01"
}
]