Skip to main content

PaymentError

Represents errors from payment operations.

type PaymentError {
field: String
message: String!
code: PaymentErrorCode!
}

Fields

PaymentError.field ● String scalar

PaymentError.message ● String! non-null scalar

The error message.

PaymentError.code ● PaymentErrorCode! non-null enum

The error code.

Member Of

CheckoutPaymentCreate object ● NauticalOrderPaymentCreate object ● PaymentCapture object ● PaymentVoid object

Was this page helpful?