Anchor to PaymentSessionConfirmPayloadPayment
payloadPayment Session Confirm Payload
Return type for mutation.
Anchor to FieldsFields
- paymentSession (PaymentSession)
- userErrors ([PaymentSessionConfirmUserError!]!)
- 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.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- paymentSessionConfirm (PaymentSessionConfirmPayload)
- •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
- •ID!
Was this section helpful?