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