Order vibans

POST
/accounts/{accountId}/vibans

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

accountId*string

Id of the account.

Formatuuid

Header Parameters

Idempotency-Key*string

It helps preventing duplicates in your POST requests. It is recommend using a UUID for the key, however you may use any other unique identifier you choose.

Lengthlength <= 160
X-Volt-Api-Version*integer

Version of the API used. Currently, version 1 is the only version.

Value in1

Request Body

application/json

count*integer

Number of vIBANs to create.

Range1 <= value <= 1000

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://accounts.sandbox.volt.io/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/vibans" \  -H "Idempotency-Key: 85136c79cbf9fe36bb9d05d0639c70c265c18d37" \  -H "X-Volt-Api-Version: 1" \  -H "Content-Type: application/json" \  -d '{    "count": 1  }'
{
  "id": "57ad1a6b-95ac-4b33-8c92-311cda8f3c99"
}