Change state of viban

PATCH
/vibans/{vibanId}

Marks the specified vIBAN as active or inactive.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

vibanId*string

Unique identifier of the vIBAN

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

active*boolean

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://accounts.sandbox.volt.io/vibans/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Idempotency-Key: 85136c79cbf9fe36bb9d05d0639c70c265c18d37" \  -H "X-Volt-Api-Version: 1" \  -H "Content-Type: application/json" \  -d '{    "active": true  }'
Empty