Skip to main content
Anchor to PaymentSessionPendingPayload

PaymentSessionPendingPayload

payload

Return type for paymentSessionPending mutation.

•PaymentSession

The updated payment session.

•[PaymentSessionPendingUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

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