Skip to main content
Anchor to PaymentSessionConfirmUserError

PaymentSessionConfirmUserError

object

An error that occurs during the execution of PaymentSessionConfirm.

•PaymentSessionConfirmUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Initiates the confirmation process of the given payment_session.

Shopify will start confirming the payment. According to its business logic, Shopify determines if the payment can be authorized and sends a POST request to the payments app, delivering the confirmation result.

Arguments

•ID!
required

The payment session ID.


Fields

•PaymentSession

The updated payment session.

•[PaymentSessionConfirmUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?