Skip to main content
Anchor to paymentSessionRedirect

paymentSessionRedirect

mutation

Requires write_payment_sessions access scope.

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.

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.


Was this section helpful?

Anchor to PaymentSessionRedirectPayload returnsPaymentSessionRedirectPayload returns

PaymentSession

The updated payment session.

[PaymentSessionRedirectUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?