Making a POST request to the endpoint /entity/Default/22.200.001/Payment/VoidPayment with the body like
"Entity": {
"id": payment_id,
"Hold": false,
"Branch": “branch_name”,
}
returns a 204. We expect that this will actually void the prepayment, but the prepayment is still active. Is there any changes that should be made to this request to make it succeed or at least return an error


