Skip to content
  • There are no suggestions because the search field is empty.

Void payment

Voids payment by ID

  post-api /invoices/payments/void

https://api.oauth.pabau.com/{api_key}/invoices/payments/void

 

Request

Response sample

application/json

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