Skip to main content
Anchor to PaymentSessionPendingUserError

PaymentSessionPendingUserError

object

Requires read_payment_sessions access scope.

Represents a payment session custom error.

•PaymentSessionPendingUserErrorCode

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

Change a payment session status to pending.

Upon receiving the response from the PaymentSessionPending mutation, you must redirect the customer back to Shopify, using redirectUrl in nextAction.

Upon completion, pending payments must be finalized into either a successful or failed state using the paymentSessionResolve or paymentSessionReject mutations. Both sale and authorization payments can be marked as pending.


Was this section helpful?


Was this section helpful?