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

List payments

Lists all payments

image-png-Mar-22-2024-01-25-37-4158-PM /invoices/payments

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

 

Request

 

 

Response sample

application/json

{
"total": 1,
  "success": true,
"payments": [
  {
    "id": {id},
    "from": "{user_name}",
      "date": "2024-05-13 03:10:12",
    "amount": {amount},
    "pmethod": "{payment_method}",
    "user_id": {user_id},
    "contact_id": {contact_id},
    "invoice_id": {invoice_id},
    "invoice_no": {invoice_no}
    }
  ]
}