Bitcoin-com / Wallet

MIT License
330 stars 233 forks source link

Update show identity check retry condition #505

Closed vfaramond closed 3 years ago

vfaramond commented 5 years ago

Small change that will allow users with approved documents but rejected information (such as address and date of birth not matching with documents) to go through the KYC flow again.

Explanation: rejectType has now three possible values.

  1. final: Final reject
  2. retry: A reject that can be fixed by uploading a new image
  3. external: Everything is fine with submitted documents but there are some external reasons to reject, such as address not matching or date of birth not matching

It’s allowed to update Customer object and upload files for the reasons 2. and 3. but you can improve the flow in the future, only asking the user for the rejected informations.