Closed tikkat closed 7 years ago
@tikkat What other input was provided?
@bex1 it's probably the bank details that are the cause of the problem, it is when I have the wrong number of digits there that I get the error message. This one needs better copy :) Is it a catch-all scenario for submit? Maybe we need to add more specific error messages?
Ah I see that only a clearing number of 4 digits and account number of 7 didigts are allowed now in the api. This has to be changed @buren
These formats has to be supported: Affärsbankernas standard: CCCC – XX XXX XX (4 + 7 = 11 siffror) Handelsbankens standard: CCCC – XXX XXX XXX (4 + 9 = 13 siffror) Sparbankernas (Swedbank) standard: CCCC-C XXX XXX XXXX (5 + 10 = 15 siffror)
Swedish accounts are what should be used right? @tikkat @buren
@buren Also errors for fields account_number and account_clearing_number are not sent to the frontend on PATCH /api/v1/users/:id
@bex1 will fix!