Skip to main content
object

Requires read_payment_sessions access scope.

Represents a unique capture transaction.

•ID!
non-null

A globally-unique ID.

•CaptureSessionStates!
non-null

Details about the capture state.

Show union types

Was this section helpful?

•mutation

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.

Show payload

Arguments

•ID!
required

The capture session ID.

•CaptureSessionRejectionReasonInput!
required

The rejection reason.

Show input fields

•mutation

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.

Show payload

Arguments

•ID!
required

The capture session ID.



Was this section helpful?