manualPaymentsUndo
Graphql fields and variables for the manualPaymentsUndo mutation
Last updated
Was this helpful?
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
}
}{
"paymentId": "456123"
}paymentId
ID
errors
List (String)
Last updated
Was this helpful?
Was this helpful?
