diff --git a/packages/account/src/Components/poi/idv-document-submit/utils.js b/packages/account/src/Components/poi/idv-document-submit/utils.js index 9b11e8d05c78..05c619bb0c77 100644 --- a/packages/account/src/Components/poi/idv-document-submit/utils.js +++ b/packages/account/src/Components/poi/idv-document-submit/utils.js @@ -140,4 +140,11 @@ const idv_document_data = { sample_image: '', }, }, + zw: { + national_id: { + new_display_name: 'National ID', + example_format: '081234567F53', + sample_image: getImageLocation('zw_national_identity_card.png'), + }, + }, }; diff --git a/packages/core/src/public/images/common/static_images/zw_national_identity_card.png b/packages/core/src/public/images/common/static_images/zw_national_identity_card.png new file mode 100644 index 000000000000..9e79789d7021 Binary files /dev/null and b/packages/core/src/public/images/common/static_images/zw_national_identity_card.png differ