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

payment

Graphql fields and variables for the payment query

Scope required:

For a complete list of possible response fields see the Payment type.

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
    fromChildAccountId
    id
    isLegacy
    memo
    paymentProcessor
    pluginId
    receivedAt
    remoteTransactionId
    startedAt
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?