Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 838 Bytes

index.rst

File metadata and controls

30 lines (19 loc) · 838 Bytes

SEP-12

SEP-12 defines a standard way for stellar wallets to upload KYC (or other) information to anchors.

Configuration

Simply add the SEP to your ACTIVE_SEPS list in settings.py: :

ACTIVE_SEPS = ["sep-1", "sep-12", ...]

Integrations

Polaris is not opinionated about how anchors store customer information. Instead, it simply passes the necessary information to the integration functions outlined below for you to use.

polaris.integrations.CustomerIntegration.get

polaris.integrations.CustomerIntegration.put

polaris.integrations.CustomerIntegration.delete

polaris.integrations.CustomerIntegration.more_info_url