Skip to content

Commit

Permalink
[SEP-9] Add referral_id (#1418)
Browse files Browse the repository at this point in the history
* Add referral_id

* Update changelog
  • Loading branch information
Ifropc authored Nov 6, 2023
1 parent c39c84f commit f9fb2b4
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: 2023-08-16
Version 1.13.0
Updated: 2023-11-02
Version 1.14.0
```

## Simple Summary
Expand Down Expand Up @@ -88,6 +88,7 @@ top-level key.
| `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 |
| `referral_id` | string | User's origin (such as an id in another application) or a referral code |

## Financial Account Fields

Expand Down Expand Up @@ -149,6 +150,7 @@ already separate fields.

## Changelog

- `v1.14.0`: Add `referral_id` field ([#1418](https://github.com/stellar/stellar-protocol/pull/1418)).
- `v1.13.0`: Add `crypto` related fields to financial account fields section.
([#1382](https://github.com/stellar/stellar-protocol/pull/1382))
- `v1.12.0`: Define financial account fields section. ([#1367](https://github.com/stellar/stellar-protocol/pull/1367))
Expand Down

0 comments on commit f9fb2b4

Please sign in to comment.