Skip to main content
Anchor to PaymentSessionResolvePayload

PaymentSessionResolvePayload

payload

Return type for paymentSessionResolve mutation.

•PaymentSession

The updated payment session.

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

Resolves an open payment session. After the paymentSessionResolve mutation completes on a given payment session, any paymentSessionReject mutation attempts will fail. Subsequent paymentSessionResolve mutation attempts will succeed, but the Details argument will be ignored.


Was this section helpful?