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

Get payment

Return payments per invoice

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

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

 

Request

 

 

Response sample

application/json

{
"payments": [
    {
    "id": 1,
    "from": "Practitioner Name",
      "date": "2024-03-19 12:49:49",
      "amount": 250,
      "pmethod": "card"
    }
  ]
}