Void payment

Voids payment by ID

 post-api /invoices/payments/void

https://api.oauth.pabau.com/invoices/payments/void

 

Request

Query Parameters:  
api_key *  
payment_id * System ID of the payment

Response sample

application/json

{
"token": "{token}",
  "expiration": "2024-04-03T03:31:29.187Z",
"tenant": "{tenant}",
  "catalog": {
    
  },
"success": true,
"message": "Payment is voided successfully"
}