Anchor to PaymentSessionRedirectUserErrorPayment
objectPayment Session Redirect User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (PaymentSessionRedirectUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Payment
Session Redirect User Error Code The error code.
Show enum values
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- paymentSessionRedirect (PaymentSessionRedirectPayload)
- •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
payment method.Show payload
- •ID!required
The payment session ID.
- Anchor to redirectUrlredirect•URL!
Url required The absolute HTTPS URL, including a host, that Shopify will redirect the buyer to for 3DS authentication. The URL must not contain spaces, ASCII control characters, or user information before the hostname, such as a username or password. Applicable to payments with the credit card payment method only.
Arguments
- •ID!
Was this section helpful?