Skip to content

Commit

Permalink
PARTNER-146: Add external_account_id to SEP-9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Oct 19, 2023
1 parent 03a1aed commit 66d9a9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions bin/prettier.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
yarn prettier $1 --write
9 changes: 6 additions & 3 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-10-19
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 |
| `extrernal_account_id` | string | ID of an external account used by the application |

## Financial Account Fields

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

## Changelog

- `v1.13.0`: Add `crypto` related fields to financial account fields section. ([#1382](https://github.com/stellar/stellar-protocol/pull/1382))
- `v1.14.0`: Add `extrernal_account_id` field ()
- `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))
- `v1.11.0`: Add `bank_account_type` for describing types of bank accounts.
([#1344](https://github.com/stellar/stellar-protocol/pull/1344))
Expand Down

0 comments on commit 66d9a9d

Please sign in to comment.