Skip to main content
Anchor to PaymentSessionRedirectUserError

PaymentSessionRedirectUserError

object

An error that occurs during the execution of PaymentSessionRedirect.

•PaymentSessionRedirectUserErrorCode

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

Redirects the buyer to the given URL for the payment session. For example, Shopify will redirect the buyer to the URL where the 3DS authentication will take place for onsite payment with credit_card payment method.

Arguments

•ID!
required

The payment session ID.

•URL!
required

The URL that Shopify will redirect the buyer to, for 3DS authentication. Applicable to payments with the credit card payment method only.


Fields

•PaymentSession

The updated payment session.

•[PaymentSessionRedirectUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?