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.

[PaymentSessionConfirmUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?