- 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
Get payment
Return payments per invoice

https://api.oauth.pabau.com/{api_key}/invoices/payments/{payment_id}
Request
Query Parameters: | |
api_key * | |
payment_id * | System ID of the payment |
Response sample
application/json
{
"payments": [
{
"id": 1,
"from": "Practitioner Name",
"date": "2024-03-19 12:49:49",
"amount": 250,
"pmethod": "card"
}
]
}