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.

•

The rejection reason.


Was this section helpful?

Anchor to CaptureSessionRejectPayload returnsCaptureSessionRejectPayload returns

•

The updated capture session.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?