⁍ MatchMove Banking Operating System

Sections

Theme switcher

Update users business addresses

Header Parameters

X-Auth-User-IDstring Required

MatchMove provided ID for the user.

Authorizationstring

Path Parameters

typestring Required

The type of address for which there is a request to be made

Enum values:
foundationoperational

Body Parameters

address_1string Required

Address line 2 for the address type (Do note please sanitize any trailing or leading spaces before posting the data)

Max length
35
address_2string Required

Address line 2 for the address type (Do note please sanitize any trailing or leading spaces before posting the data)

Max length
35
address_3string

Address line 2 for the address type (Do note please sanitize any trailing or leading spaces before posting the data)

Max length
35
address_4string

Address line 2 for the address type (Do note please sanitize any trailing or leading spaces before posting the data)

Max length
35
citystring Required

City for the address type

Max length
20
statestring Required

State for the address type

Max length
20
countrystring Required

Country. Case-sensitive value referenced as country_name which can be obtained from mysql-country-list

Max length
50
country_codestring

Country code in ISO 3166 alpha-3 format. (Examples : SGP , PHL, IND)

Max length
3
zipcodestring Required

Zip Code for the address type

Response

200
Object
OK

Response Attributes

foundationobject

Show child attributes

operationalobject

Show child attributes

400
Object
Bad Request | Code | Description | | :--- | :---------- | | user_address_1_invalid | Address `address_1` cannot be empty | | user_address_2_invalid | Address `address_2` cannot be empty | | user_address_3_invalid | Address `address_3` is invalid | | user_address_4_invalid | Address `address_4` is invalid | | user_city_invalid | Address `city` cannot be empty | | user_country_invalid | Address `country` is invalid | | user_country_code_invalid | Address `country_code` is invalid | | user_zipcode_invalid | Address `zipcode` is invalid | | user_not_found | User not found or does not exist | | update_user_fields_disabled_post_kyc | Updating user details disabled after KYC approval | | resource_user_business_address_type_invalid | Invalid parameter address `type`, Accepts [operational, foundation] | | resource_business_address_type_required|parameter address type is required|

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
403
Object
Forbidden | Code | Description | | :--- | :---------- | | risk_management_engine_error | An exception occurred during the processing of the risk and compliance of the user. |

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
404
Object
Resource not found | Code | Description | | :--- | :---------- | | user_address_improper_type | Resource incomplete |

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
500
Object
Internal server Error

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
502
Object
Bad Gateway

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
503
Object
External Service Error

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
504
Object
Gateway timeout

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
Was this section helpful?

PUT

/

Select
1

Response

Was this section helpful?