payment
Graphql fields and variables for the payment query
query payment ($id: ID, $code: String, $format: String) {
payment (id: $id, code: $code, format: $format) {
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
Last updated
Was this helpful?
