Anchor to PaymentSessionPendingPayloadPayment
payloadPayment Session Pending Payload
Return type for mutation.
Anchor to FieldsFields
- Anchor to paymentSessionpayment•Payment
Session Session The updated payment session.
- Anchor to userErrorsuser•[Payment
Errors Session Pending User Error!]! 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
mutation, you must redirect the customer back to Shopify, using
in
.
Upon completion, pending payments must be finalized into either a successful or failed state using the
or
mutations. Both
sale
andauthorization
payments can be marked as pending.
Was this section helpful?