Accepting or declining Verification of Payee result for transaction
Path Parameters
id*string
Id of VoP process
Format
uuidRequest 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
Empty
Empty
{
"exception": {
"code": 404,
"message": "string"
}
}{
"exception": {
"code": 422,
"message": "You cannot send payouts to this beneficiary"
}
}New refund request POST
**Refunds are only available when using Volt Connect** ### Usage Pass the **id** of the existing payment in the URL and the amount and reference for the refund in the body of the request. ### Checking eligibility before requesting a refund You can get the eligibility for a refund using GET /payments/{id}/refund-details ### More information Full details on how to use refunds, with details of notifications you can expect, can be found in our comprehensive integration guides.
Virtual accounts list GET
Next Page