Skip to content

requestedPayment

fetch a requested payment (invoice) by id

Arguments

id · ID · The ID of the requested payment

Returns

RequestedPayment

Example

query requestedPayment(
$id: ID
$invoice_id: String
$preview: Boolean
$uuid: String
) {
requestedPayment(
id: $id
invoice_id: $invoice_id
preview: $preview
uuid: $uuid
) {
appointment
appointment_id
balance_due
billing_item_id
billing_items
cms1500_id
cms1500_service_date
currency
cursor
date_to_show
debt_decimal
details
email_sent_at
id
invoice_id
invoice_type
is_manually_paid
is_preview
notes
offering
offering_id
offering_price_at_invoice_creation
other_requested_payer
paid_at
paid_percent
price
recipient
recipient_id
requested_payer
requested_payer_id
requested_payment_template
sender
sender_id
service_date
services_provided
status
user_package_selection
write_off_amount
write_offs
}
}