Volt Accounts API (legacy)Verification of payeeVopId

Accepting or declining Verification of Payee result for transaction

PATCH
/vop/{id}

Path Parameters

id*string

Id of VoP process

Formatuuid

Request Body

application/json

Information if VoP result is accepted and transaction should be processed or not

accept?boolean

Response Body

application/json

application/json

curl -X PATCH "https://connect-api-sandbox.volt.io/vop/06949674-d65c-4266-a2c6-23bce4a80a81" \  -H "Content-Type: application/json" \  -d '{}'
Empty