Skip to content

Accountreference can now be "dataNotDelivered" #30

@DanRJ

Description

@DanRJ

In this plugin, we do the following for DD:

  1. We receive a national identification number
  2. We fetch all available customer relationships for all registered banks from KAR
  3. We iterate through each and every bank
  4. We fetch a list of accounts per bank
  5. For each account, we use the field accountReference to ask for account details
  6. Then we do some mapping and return all the accounts with balance for that bank
  7. We return all accounts with balance for all the banks the person had a customer relationship with

We need to change step 5, because accountReference can now be "dataNotDelivered", which means that there is no point of asking for the details for that account.

We just need to fail that account if it has "dataNotDelivered". However, keep the accountReference (if easy and possible) "dataNotDelivered" in the returned account to DD, so DD can possibly display something different for the end user.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions