Anchor to PaymentSessionConfirmUserErrorPayment
objectPayment Session Confirm User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Payment
Session Confirm User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Initiates the confirmation process of the given payment_session.
Shopify will start confirming the payment. According to its business logic, Shopify determines if the payment can be authorized and sends a POST request to the payments app, delivering the confirmation result.
- •ID!required
The payment session ID.
Arguments
- Anchor to paymentSessionpayment•Payment
Session Session The updated payment session.
- Anchor to userErrorsuser•[Payment
Errors Session Confirm User Error!]! non-null The list of errors that occurred from executing the mutation.
Fields
- •ID!
Was this section helpful?