v1
latestOpenAPI 3.0.02026-07-26550199.6 KBpayment
Create single payment for specific invoice
Create single payment for specific invoice
post/payments
Request body
Example request
{
"patientId": 1,
"locationId": 1,
"paymentMethodId": 1,
"amount": 193.99,
"paymentInvoices": [
{
"invoiceId": 1,
"amount": 193.99
}
]
}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": []
}