v1
latestOpenAPI 3.0.02026-07-242444105.9 KBVirtual Accounts
Update Owner Bank Details
Updates the owner bank details for the virtual account with the given IBAN
put/v1/accounts/{accountId}/virtual/{iban}/owner-bank-details
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
{
"iban": "GB33BUKB20201555555555",
"bicSwift": "BARCGB22XXX"
}Response
The owner bank details were updated successfully