stellar / django-polaris

An extendable Django app for building modular Stellar services
https://django-polaris.readthedocs.io
Apache License 2.0
94 stars 66 forks source link

MIssing SEP9 KYC/AML Fields (bank_account_type) from SEP_9_FIELDS utils.py #677

Closed santoshchaurasiya closed 1 year ago

santoshchaurasiya commented 1 year ago

What version are you using?

2.3.6

What did you do?

Implementing SEP-12 customer KYC.

What did you expect to see?

I should expect to see thebank_account_type in defined SEP_9_FIELDS .

What did you see instead?

Missing the above two fields from there.

Actually, bank_account_type are the SEP9 KYC/AML Fields but these are not present in below utils.py file. defined. https://github.com/stellar/django-polaris/blob/v2.3.6/polaris/utils.py#L207a

Here is the reference, we can see that, those fields are already defined in SEP9 fields. https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0009.md#natural-person-kyc-fields

JakeUrban commented 1 year ago

resolved via #679