paymentApplyToInvoices
Graphql fields and variables for the paymentApplyToInvoices mutation
mutation paymentApplyToInvoices ($paymentId: ID!, $invoiceIds: [ID!]!) {
paymentApplyToInvoices (paymentId: $paymentId, invoiceIds: $invoiceIds) {
errors
paidInvoices
payment {
accountId
amount
amountUnapplied
baseCurrencyCash
baseCurrencyId
completedAt
conversionRate
createdAt
currencyId
description
errorCode
errorMessage
fees
id
isLegacy
memo
paymentProcessor
receivedAt
remoteTransactionId
startedAt
updatedAt
}
paymentApplications
removedInvoices
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
