stellar_sep12_customer
Send or fetch customer KYC information to/from a Stellar Anchor's SEP-12 server using a JWT token. Supports GET and PUT methods.
Instructions
GET or PUT customer KYC data to an Anchor's SEP-12 KYC_SERVER.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchorDomain | Yes | Anchor domain, e.g. anchor.example.com | |
| method | Yes | HTTP method to use | |
| token | Yes | SEP-10 JWT authentication token | |
| kycFields | No | Key-value pairs of KYC fields to PUT (e.g. first_name, last_name, email) |