VoidRequest
amountintegerrequired
The amount to void. ePay supports both full and partial voids. It is not possible to void more than was authorized. To void any remaining amount send -1
. Sending 0
is not allowed.
VoidRequest
{
"amount": 0
}