- APIs
- API Reference
- Payments
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Void payment
Voids payment by ID

https://api.oauth.pabau.com/{api_key}/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"
}