v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBVirtual Accounts
Update virtual account
Update the details of a virtual account.
post/virtual_accounts/{id}
Request body
Example request
{
"name": "PartnerCo",
"metadata": {
"property_a": true,
"property_b": "some text"
}
}Response
200
Example response
{
"metadata": {
"property_a": true,
"property_b": "some text"
}
}