From 516fca0d6b469ec7ebed2313d3db7889e0c51705 Mon Sep 17 00:00:00 2001 From: Jake Urban <10968980+JakeUrban@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:14:33 -0700 Subject: [PATCH] SEP-9: move bank_account_number into account-related fields section (#1383) --- ecosystem/sep-0009.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ecosystem/sep-0009.md b/ecosystem/sep-0009.md index 20683dd75..01048bc63 100644 --- a/ecosystem/sep-0009.md +++ b/ecosystem/sep-0009.md @@ -69,7 +69,6 @@ top-level key. | `birth_date` | date | Date of birth, e.g. `1976-07-04` | | `birth_place` | string | Place of birth (city, state, country; as on passport) | | `birth_country_code` | string | ISO Code of country of birth | -| `bank_account_number` | string | Number identifying bank account | | `tax_id` | string | Tax identifier of user in their country (social security number in US) | | `tax_id_name` | string | Name of the tax ID (`SSN` or `ITIN` in the US) | | `occupation` | number | Occupation ISCO code | @@ -102,15 +101,16 @@ any country, and some fields are specific to a given country, such as `cbu_numbe addition to other pieces of information. In order to optimize for the user's experience, it is recommended that applications use fields that are the most familiar, which are often specific to a given country or financial system. -| Name | Type | Description | -| -------------------- | ------ | ------------------------------------------------------------------------------ | -| `bank_account_type` | string | `checking` or `savings` | -| `bank_number` | string | Number identifying bank in national banking system (routing number in US) | -| `bank_phone_number` | string | Phone number with country code for bank | -| `bank_branch_number` | string | Number identifying bank branch | -| `clabe_number` | string | Bank account number for Mexico | -| `cbu_number` | string | Clave Bancaria Uniforme (CBU) or Clave Virtual Uniforme (CVU). | -| `cbu_alias` | string | The alias for a Clave Bancaria Uniforme (CBU) or Clave Virtual Uniforme (CVU). | +| Name | Type | Description | +| --------------------- | ------ | ------------------------------------------------------------------------------ | +| `bank_account_type` | string | `checking` or `savings` | +| `bank_account_number` | string | Number identifying bank account | +| `bank_number` | string | Number identifying bank in national banking system (routing number in US) | +| `bank_phone_number` | string | Phone number with country code for bank | +| `bank_branch_number` | string | Number identifying bank branch | +| `clabe_number` | string | Bank account number for Mexico | +| `cbu_number` | string | Clave Bancaria Uniforme (CBU) or Clave Virtual Uniforme (CVU). | +| `cbu_alias` | string | The alias for a Clave Bancaria Uniforme (CBU) or Clave Virtual Uniforme (CVU). | ## Organization Fields