- 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
List Payment Types
Gives you a list of all payment types from the system

https://api.oauth.pabau.com/{api_key}/payments/payment-types
Request
Query Parameters: | |
api_key * |
Response sample
application/json
{
"success": true,
"total": 6,
"payment_types": [
{
"id": null,
"name": "Card"
},
{
"id": null,
"name": "Cash"
},
{
"id": "1",
"name": "AMEX"
}
]
}