latestOpenAPI 3.0.12026-08-1072354.9 KB
f44b7c6e47a6
Account opening
Create an account opening request
Creates an account opening request for a specific customer. See the account opening guide for more information about this process and its associated stages.
post/v1/accounts/opening_requests
Request body
Example request
{
"customer_id": "b109ee6f66d2a061e006bd31c6455df2cper",
"customer_type": "Person",
"product_name": "CURRENT_ACCOUNT_CONSUMER_GERMANY",
"account_type": "CHECKING_PERSONAL",
"account_purpose": "primary",
"account_bic": "SOBKDEB2XXX",
"account_currency": "EUR"
}Response
The account opening request was successfully initiated.
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"
}