Loading...
Mandates APIbetaMandate management

Suspend mandate

POST
/mandates/{id}/suspend

Suspend an ACTIVE mandate.

AuthorizationBearer <token>

Bearer token using a JWT.

In: header

Path Parameters

id*string

Identifier of the mandate.

Formatuuid

Header Parameters

X-Volt-Api-Version*integer

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

Value in1

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://gateway.sandbox.volt.io/mandates/82f82950-8ece-4ae2-ac9d-46bffd1bedfb/suspend" \  -H "X-Volt-Api-Version: 1"
Empty