OBJECT
RequestedPayment
A request, from a provider to a client, to make a payment
link GraphQL Schema definition
- type RequestedPayment {
- # The appointment associated with this requested payment
- Appointment :
- # The ID of the appointment associated with this requested payment
- String :
- # The id of the filled form that completes the request
- String :
- # The payments that completes the request
- #
- # Arguments
- # only_successful: Only return successful billing items
- Boolean): [BillingItem!]! ( :
- # The ID of the CMS1500 to pay for
- String :
- # The CMS1500 service date
- String :
- # The currency of the requested payment (invoice)
- String :
- # The relevant date to show
- String :
- # Balance to pay
- Int @deprecated( reason: "use debt_decimal instead" ) :
- # The debt, including decimals
- Float :
- # The details of the invoice (based off of associated item)
- String :
- # The datetime that the share email was last sent, nil if never
- String :
- # The unique identifier of the payment
- ID! :
- # The generated invoice ID
- String :
- # The type of invoice
- String :
- # True if requested payment was manually paid
- Boolean :
- # True if the invoice is still in preview mode
- Boolean :
- # Extra details on the invoice
- String :
- # The offering to purchase
- Offering :
- # The ID of the offering to buy
- String :
- # The requested payer. This will return null if the requested payer exists as a
- # client in Healthie
- RequestedPayer :
- # The datetime that the invoice was paid
- String :
- # Percent from total price which has been paid (if status == Partial)
- Int :
- # price of payment requested
- String :
- # The recipient (client)
- User :
- # The ID of the recipient (client)
- String :
- # Individual responsible for payment. If user_id, the user exists in Healthie,
- # otherwise the individual doesn't have a Healthie account.
- RequestedPayer :
- # The ID of the requested payer
- String :
- # The template used to create this requested payment
- RequestedPaymentTemplate :
- # The sender (provider)
- User :
- # The ID of the sender (provider)
- String :
- # The service date
- String :
- # The services provided
- String :
- # The status of the request
- String :
- # User Package Selection connected to this requested payment
- UserPackageSelection :
- }
link Require by
- AppointmentAn appointment object containing information about the appointment, including the attendees, date, location, and more.
- BillingItemBilling
- createRequestedPaymentPayloadAutogenerated return type of createRequestedPayment.
- deleteRequestedPaymentPayloadAutogenerated return type of deleteRequestedPayment.
- QueryThe query root of this schema. See available queries.
- RequestedPaymentTemplateRequested payment template
- updateRequestedPaymentPayloadAutogenerated return type of updateRequestedPayment.
- UserPackageSelectionA user package selection