payment
Graphql fields and variables for the payment query
Scope required: standard:read
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
createdAt
currencyId
description
errorCode
errorMessage
id
isLegacy
memo
receivedAt
remoteTransactionId
updatedAt
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?