Skip to main content
Anchor to paymentSessionConfirm

paymentSessionConfirm

mutation

Requires write_payment_sessions access scope.

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.


Was this section helpful?

Anchor to PaymentSessionConfirmPayload returnsPaymentSessionConfirmPayload returns

•PaymentSession

The updated payment session.

Show fields
•[PaymentSessionConfirmUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?