Skip to main content
Version: 3.x

PaymentInitialize

Initializes payment process when it is required by gateway.

type PaymentInitialize {
initializedPayment: PaymentInitialized
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}

Fields

PaymentInitialize.initializedPayment ● PaymentInitialized object

Payment that was initialized.

PaymentInitialize.paymentErrors ● [PaymentError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PaymentInitialize.errors ● [PaymentError!]! non-null object

Returned by

paymentInitialize mutation


Was this page helpful?