Skip to main content
Anchor to captureSessionResolve

captureSessionResolve

mutation

Requires write_payment_sessions access scope.

Resolves an open capture session.

After the captureSessionResolve mutation completes on a given capture session, any captureSessionReject mutation attempts will fail. Subsequent captureSessionResolve mutation attempts will succeed.

•ID!
required

The capture session ID.


Was this section helpful?

Anchor to CaptureSessionResolvePayload returnsCaptureSessionResolvePayload returns

•CaptureSession

The updated capture session.

•[CaptureSessionResolveUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?