v1

latestOpenAPI 3.0.02026-07-242444105.9 KB
Virtual Accounts

Update Owner Address

Updates the owner address for the virtual account with the given IBAN

put/v1/accounts/{accountId}/virtual/{iban}/owner-address

Path parameters

accountIdnumber required
Example:123

The account id for the segregated account

ibanstring required
Example:GB33BUKB20201555555555

The IBAN of the virtual account

Request body

addressLine1string required

The first line of the address of the virtual account owner

addressLine2string

The second line of the address of the virtual account owner

addressLine3string

The third line of the address of the virtual account owner

citystring required

The postal city or town of the virtual account owner

regionstring

The region (e.g. county, state, province, etc.) of the virtual account owner

postcodestring

The postal code (e.g. postcode, zip code, etc.) of the virtual account owner. Postcode is required for CHAPS payments

countrystring required

The 2-letter country code of the virtual account owner's bank account

Example request

{
  "addressLine1": "One London Wall",
  "addressLine2": "6th Floor",
  "city": "London",
  "region": "Greater London",
  "postcode": "EC2Y 5EB",
  "country": "GB"
}

Response

The owner address was updated successfully