Update Customer Address

Maintain the accuracy of a customer's physical profile by refining their existing address data. This API enables seamless updates to core geographical details—including street information, postal codes, and city identifiers—ensuring that every contact point remains synchronized with the customer's current residence.

Accurate address records are essential for regulatory compliance, risk assessment, and reliable service delivery.

Note: Standardized country, state, and type codes are required for address updates. Please refer to the Address Template for a comprehensive list of supported values.

Path Params
integer
required
Defaults to 11

The customer Id associated with this address.
example: 11

Query Params
integer
required

The type of the address. The value is fetched from the API Get Code Value with code name ADDRESS_TYPE.
Example: 31

Body Params
integer

The address Id of the customer.
Example: 32

string

Address Line 1 for the customer.
Pattern: '^[a-zA-Z0-9\s.,#-]*$'
Example: 3100 Sunset Boulevard

string

Address Line 2 for the customer.
Pattern: '^[a-zA-Z0-9\s.,#-]*$'
Example: Building B

string

Address Line 3 for the customer.
Pattern: '^[a-zA-Z0-9\s.,#-]*$'
Example: Downtown San Jose

string

The customer's city.
Example: San Jose

integer

The customer's state Province Id.
The value is fetched from the API Get Code Value with code name STATE.
Example: 546

integer

The customer's state country Id.
The value is fetched from the API Get Code Value with code name COUNTRY.
Example: 284

string
^[a-zA-Z0-9\s-]{3,10}$

The customer's postal code.

Common Aliases:

  • ZIP CODE: Primarily used in the US (e.g., 94103, 90210-1234).
  • POST CODE: Used in the UK, Canada, and many other countries (e.g., SW1W 0NY, K1A 0A6).

Pattern: ^[a-zA-Z0-9\s-]{3,10}$

string

The customer's state ISO code.
The value must exist in the code value name COUNTRY and should belong to the specified country.
If both stateId and stateISOCode are provided, the system will prioritize stateISOCode.
Pattern: '^[A-Z0-9-]+$'
Example: CA

string

The customer's country ISO code.
The value must exist in the code value name COUNTRY.
If both countryId and countryISOCode are provided, the system will prioritize countryISOCode.
Pattern: '^[A-Z]{2,3}$'
Example: US

Headers
string
required

The ID of your banking instance visible in the MBANQ Console.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json