For the complete documentation index, see llms.txt. This page is also available as Markdown.

manualPaymentsUndo

Graphql fields and variables for the manualPaymentsUndo mutation

Undo a manual payment, unapplying it from invoices and destroying the payment record

Scope required: billing:write

mutation manualPaymentsUndo ($paymentId: ID!) {
  manualPaymentsUndo (paymentId: $paymentId) {
      errors
  }
}

Arguments

{
  "paymentId": "456123"
}
Name
Type
Description

paymentId

ID

Response

Name
Type
Description

errors

List (String)

Last updated

Was this helpful?