Skip to content

Commit

Permalink
SEP-9: add proof_of_liveness field (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
theclabs committed Jan 6, 2023
1 parent 9e63375 commit 380051d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ecosystem/sep-0009.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Title: Standard KYC Fields
Author: stellar.org
Status: Active
Created: 2018-07-27
Updated: 2022-10-05
Version 1.7.0
Updated: 2022-11-30
Version 1.8.0
```

## Simple Summary
Expand Down Expand Up @@ -84,6 +84,7 @@ Name | Type | [Format](#encodings) |Description
`photo_proof_residence` | binary | | Image of a utility bill, bank statement or similar with the user's name and address
`sex` | string | | `male`, `female`, or `other`
`proof_of_income` | binary | | Image of user's proof of income document
`proof_of_liveness` | binary | | video or image file of user as a liveness proof

### Organization KYC fields

Expand Down Expand Up @@ -113,5 +114,6 @@ Address formatting varies widely from country to country and even within each co

## Changelog

* `v1.8.0`: Add `proof_of_liveness` to Natural Person KYC field ([#1323](https://github.com/stellar/stellar-protocol/pull/1323)).
* `v1.7.0`: Add `proof_of_income` to Natural Person KYC fields ([#1310](https://github.com/stellar/stellar-protocol/pull/1310)).
* `v1.6.0`: Add `clabe_number` to Natural Person KYC fields ([#1202](https://github.com/stellar/stellar-protocol/pull/1202)).

0 comments on commit 380051d

Please sign in to comment.