The PaymentTransaction resource represents a financial transaction related to a service or product provided, recorded on an invoice
This resource includes details about the amount paid, the payment method, associated patient, and the provider who received the payment. This resource is vital for tracking invoices and managing claims.
Endpoints
Endpoint
Operation
Description
GET/main/PaymentTransaction
List Payment Transactions
Retrieve a list or collection of payment transaction records in invoices
GET/main/PaymentTransaction/{id}
Get Payment Transaction
Retrieve an individual payment transaction record
Schema
Property
Description
id
string
The identifier of this payment transaction
created
date-time
The payment timestamp
method
array of objects
The method of the payment transaction
e.g. "Braintree" "Discount" "BPAY"
"text": "Cash"
type
array of objects
The type of payment transaction
e.g. "Deposit" "Failed"
"text": "Payment"
priceComponent
array of objects
The amounts on the payment transaction
typeenum
The kind of price component
e.g. "base""surcharge""deduction""tax""informational"
amountarray of objects
The value and currency of the price component
status
array of objects
The status of the payment transaction
invoice
Reference(Invoice)
The invoice where this payment transaction applies to