Skip to main content
Anchor to PaymentSessionConfirmPayload

PaymentSessionConfirmPayload

payload

Return type for paymentSessionConfirm mutation.

•PaymentSession

The updated payment session.

•[PaymentSessionConfirmUserError!]!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

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.


Was this section helpful?