You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`FULL_NAME`| Full legal name of the individual or business |
174
174
|`BIRTH_DATE`| Date of birth in YYYY-MM-DD format (for individuals) |
175
-
|`NATIONALITY`| Nationality of the individual |
176
-
|`ADDRESS`| Physical address including country, city, etc. |
177
-
|`PHONE_NUMBER`| Contact phone number including country code |
175
+
|`NATIONALITY`| Nationality of the individual (ISO 3166-1 alpha-2 code) |
176
+
|`COUNTRY_OF_RESIDENCE`| The individual's country of residence (ISO 3166-1 alpha-2 code) |
177
+
|`POSTAL_ADDRESS`| Physical address in the following format `{"line1":"123 Main St", "line2":"Apt 4B", "city":"Los Angeles", "state":"CA", "postalCode":"94105", "country":"US"}`|
178
+
|`PHONE_NUMBER`| Contact phone number (E.164 international format) |
178
179
|`EMAIL`| Email address |
180
+
|`USER_TYPE`|`INDIVIDUAL` or `BUSINESS`|
179
181
|`BUSINESS_NAME`| Legal business name (for business entities) |
182
+
|`REGISTRATION_NUMBER`| Business registration number |
180
183
|`TAX_ID`| Tax identification number |
184
+
|`ACCOUNT_IDENTIFIER`| Stable id identifying the UMA account |
185
+
|`FI_LEGAL_ENTITY_NAME`| Legal entity name of the FI participating in the UMA settlement |
186
+
|`FI_ADDRESS`| Address of the FI participating in the UMA settlement |
187
+
|`PURPOSE_OF_PAYMENT`| One of the following: `GIFT`, `SELF`, `GOODS_OR_SERVICES`, `EDUCATION`, `HEALTH_OR_MEDICAL`, `REAL_ESTATE_PURCHASE`, `LOAN_PAYMENT`, `TAX_PAYMENT`, `UTILITY_BILL`, `DONATION`, `TRAVEL`, `OTHER`|
188
+
|`ULTIMATE_INSTITUTION_COUNTRY`| The country of the ultimate institution from which the UMA participant sends/receives funds (ISO 3166-1 alpha-2 code) |
181
189
182
190
Each field in `requiredCounterpartyFields` is an object containing:
|`FULL_NAME`| Full legal name of the individual or business |
175
175
|`BIRTH_DATE`| Date of birth in YYYY-MM-DD format (for individuals) |
176
-
|`NATIONALITY`| Nationality of the individual |
177
-
|`ADDRESS`| Physical address including country, city, etc. |
178
-
|`PHONE_NUMBER`| Contact phone number including country code |
176
+
|`NATIONALITY`| Nationality of the individual (ISO 3166-1 alpha-2 code) |
177
+
|`COUNTRY_OF_RESIDENCE`| The individual's country of residence (ISO 3166-1 alpha-2 code) |
178
+
|`POSTAL_ADDRESS`| Physical address in the following format `{"line1":"123 Main St", "line2":"Apt 4B", "city":"SF", "state":"CA", "postalCode":"94105", "country":"US"}`|
179
+
|`PHONE_NUMBER`| Contact phone number (E.164 international format) |
179
180
|`EMAIL`| Email address |
181
+
|`USER_TYPE`|`INDIVIDUAL` or `BUSINESS`|
180
182
|`BUSINESS_NAME`| Legal business name (for business entities) |
183
+
|`REGISTRATION_NUMBER`| Business registration number |
181
184
|`TAX_ID`| Tax identification number |
185
+
|`ACCOUNT_IDENTIFIER`| Stable id identifying the UMA account |
186
+
|`FI_LEGAL_ENTITY_NAME`| Legal entity name of the FI participating in the UMA settlement |
187
+
|`FI_ADDRESS`| Address of the FI participating in the UMA settlement |
188
+
|`PURPOSE_OF_PAYMENT`| One of the following: `GIFT`, `SELF`, `GOODS_OR_SERVICES`, `EDUCATION`, `HEALTH_OR_MEDICAL`, `REAL_ESTATE_PURCHASE`, `LOAN_PAYMENT`, `TAX_PAYMENT`, `UTILITY_BILL`, `DONATION`, `TRAVEL`, `OTHER`|
189
+
|`ULTIMATE_INSTITUTION_COUNTRY`| The country of the ultimate institution from which the UMA participant sends/receives funds (ISO 3166-1 alpha-2 code) |
182
190
183
191
Each field in `requiredCounterpartyFields` is an object containing:
0 commit comments