Skip to main content
Anchor to PaymentSessionRedirectPayload

PaymentSessionRedirectPayload

payload

Return type for paymentSessionRedirect mutation.

•PaymentSession

The updated payment session.

Show fields
•[PaymentSessionRedirectUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•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.

Show payload

Arguments

•ID!
required

The payment session ID.

•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.



Was this section helpful?