Keywords: 
Dear developers,
currently the owner name is not displayed when initiating a consent with the consent scope "allAccounts". We are currently working on the fix.
As a workaround, the consent can be created with the consent scope "allAccountsWithOwnerName". In this case the owner name is displayed. There will be an announcement as soon as the fix for the "allAccounts" scope is available.
This would require changing the global consent request as following example:
{
"access": {
"allPsd2" : "allAccountsWithOwnerName"
},
"recurringIndicator": true,
"frequencyPerDay": 4,
"combinedServiceIndicator": false,
"validUntil": "2030-12-12"
}
This would require changing the dedicated consent request as following example:
{
"access": {
"accounts": [\{"iban":"FR7630056009271234567890182"} ],
"balances": [\{ "iban": "FR7630056009271234567890182" }],
"transactions": [\{ "iban": "FR7630056009271234567890182" }],
"additionalInformation": {
"ownerName": [\{"iban":"FR7630056009271234567890182"}]
}
},
"recurringIndicator": true,
"frequencyPerDay": 4,
"combinedServiceIndicator": false,
"validUntil": "2030-12-12"
}
Thank you for your understanding and we apologize for the inconvenience.
Your Commerzbank Support-Team