stellar / django-polaris

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

Missing SEP 9 Fields #692

Closed kaning closed 1 year ago

kaning commented 1 year ago

Some fields from the protocol were missing in the list of authorised SEP 9 fields. These are:

This cause GET /kyc/customer to fail where the and external (or internal) KYC service had made provisions for all fields listed here.

This PR just adds the missing natural person fields to the list of Authorized fields so that this check passes.