Create VIBAN for Account
Authorization
apiBearerAuth AuthorizationBearer <token>
In: header
Path Parameters
accountId*string
Id of Virtual account
Format
uuidRequest Body
application/json
name*string
The name for ordering PayId
accountIdentifiers?
Response Body
application/json
curl -X POST "https://connect-api-sandbox.volt.io/accounts/94c01e1e-533e-41d5-ab70-ac163d6099f5/virtual-accounts/vibans" \ -H "Content-Type: application/json" \ -d '{ "name": "JohnDoe" }'[
{
"id": "57ad1a6b-95ac-4b33-8c92-311cda8f3c99",
"name": "JohnDoe"
}
]