latestOpenAPI 3.0.12026-08-1072354.9 KB
f44b7c6e47a6
Account opening
Index all account opening requests for all of your customers
Returns an array containing all account opening requests for all of your customers.
get/v1/accounts/opening_requests
Query parameters
filter[customer_id]string
Filters the response by the customer ID.
filter[status]'INITIATED' | 'IN_PROGRESS' | 'COMPLETED' | 'REJECTED'
The status of the account opening request.
Example:COMPLETED
Filters the response by the status of the account opening request (AOR).
filter[created_at][min]string
Filters the response by the created_at field (min border) of the AOR.
filter[created_at][max]string
Filters the response by the created_at field (max border) of the AOR.
sortstring
Sorts the returned AORs by the created_at field.
page[size]integer
The size of each results page to return.
page[number]integer
The number of results pages to return.
Response
List of account opening requests successfully returned.
Example response
[
{
"id": "f8d7fbbd587047a0aa449ce69d2d6c08aorq",
"customer_id": "b109ee6f66d2a061e006bd31c6455df2cper",
"customer_type": "Person",
"status": "COMPLETED",
"product_name": "CURRENT_ACCOUNT_CONSUMER_GERMANY",
"account_type": "CHECKING_PERSONAL",
"account_purpose": "primary",
"account_bic": "SOBKDEB2XXX",
"account_currency": "EUR",
"rejection_reason": {
"failed_validation": "consumer_age_over_18",
"details": "Customer is not over 18 years old."
},
"account_id": "c5a0e32369e9372e0fdf490294cecd8dcacc",
"iban": "DE49110101013998767672",
"created_at": "2021-12-22T15:05:33.634+00:00",
"updated_at": "2021-12-22T15:05:33.634+00:00"
}
]