v1
latestOpenAPI 3.0.02026-07-242444105.9 KBVirtual 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
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