Skip to main content

Get PaymentReconciliation

Get a single PaymentReconciliation by ID.

Query

query GetPaymentReconciliation($id: ID!) {
paymentreconciliation(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a PaymentReconciliation resource.