Skip to main content
Anchor to PaymentSessionConfirmPayload

PaymentSessionConfirmPayload

payload

Return type for paymentSessionConfirm mutation.

•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?

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.

Show payload

Arguments

•ID!
required

The payment session ID.



Was this section helpful?