Skip to main content
PUT
Create or update a virtual account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
manifest
VirtualAccountManifest · object
required

The virtual account manifest describing the virtual account to create or update.

dryRun
boolean | null
default:false

When true, validate the request without persisting any changes.

Response

The created or updated virtual account.

data
VirtualAccount · object
required

The requested virtual account.

token
string | null

Authentication token for the virtual account. Present only on creation.