Bulk create accounts
Create multiple virtual accounts in a single request
X-API-Key<token>
In: header
Header Parameters
X-API-Keystring
API key for the application
X-App-Idstring
UUID of the application
Format
uuidaccountsarray<object>
Response Body
curl -X POST "https://virtual-accounts-api.vantacrest.com/company/v1/accounts/bulk" \ -H "X-API-Key: string" \ -H "X-App-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "accounts": [ { "customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac", "accountName": "string" } ] }'{
"data": {
"successful": [
{
"accountNumber": "string",
"accountName": "string",
"accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
"customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac"
}
],
"failed": [
{
"accountName": "string",
"reason": "string"
}
]
}
}{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22Z"
}
OPEN BANKING DOCS