Anchor to PaymentSessionRedirectPayloadPayment
payloadPayment Session Redirect Payload
Return type for mutation.
Anchor to FieldsFields
- paymentSession (PaymentSession)
- userErrors ([PaymentSessionRedirectUserError!]!)
- Anchor to paymentSessionpayment•Payment
Session Session The updated payment session.
Show fields
- Anchor to userErrorsuser•[Payment
Errors Session Redirect User Error!]! 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
- 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?