paymentApplication

Graphql fields and variables for the paymentApplication query

Scope required: standard:read

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

query paymentApplication ($id: ID, $code: String, $format: String) {
  paymentApplication (id: $id, code: $code, format: $format) {
    amount
    createdAt
    currencyId
    id
    invoiceId
    memo
    paymentId
    paymentType
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?