Skip to main content
Anchor to captureSessionReject

captureSessionReject

mutation

Requires write_payment_sessions access scope.

Rejects an open capture session.

After the captureSessionReject mutation completes on a given capture session, any captureSessionResolve mutation attempts will fail. Subsequent captureSessionReject mutation attempts will succeed, but the reason argument will be ignored.

•ID!
required

The capture session ID.

•CaptureSessionRejectionReasonInput!
required

The rejection reason.

Show input fields

Was this section helpful?

Anchor to CaptureSessionRejectPayload returnsCaptureSessionRejectPayload returns

•CaptureSession

The updated capture session.

Show fields
•[CaptureSessionRejectUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?