v1
latestOpenAPI 3.0.02026-07-26550199.6 KBpayment
Get a single payment
Get payment data by id
get/payments/{id}
Path parameters
idinteger required
Example:1
Response
Object with payment data.
Example response
{
"id": 1,
"paymentNumber": "RCPT-0001",
"amount": 193.99,
"patientId": 1,
"locationId": 1,
"paymentMethodId": 1,
"paymentInvoices": [
{
"invoiceId": 1,
"amount": 193.99
}
],
"creditAllocations": []
}