Skip to main content
object

Requires read_payment_sessions access scope.

A unique void transaction.

•ID!non-null

A globally-unique ID.

•VoidSessionStates!non-null

Details about the void state.


Was this section helpful?

•mutation

Rejects an open void session. After the voidSessionReject mutation completes on a given void session, any voidSessionResolve mutation attempts will fail. Subsequent voidSessionReject mutation attempts will succeed, but the RejectionReasonInput argument will be ignored.

Arguments

•ID!required

The void session ID.

•VoidSessionRejectionReasonInput!required

The rejection reason.


Fields

•[VoidSessionRejectUserError!]!non-null

The list of errors that occurred from executing the mutation.

•VoidSession

The updated void session.

•mutation

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

Arguments

•ID!required

The void session ID.


Fields

•[VoidSessionResolveUserError!]!non-null

The list of errors that occurred from executing the mutation.

•VoidSession

The updated void session.


Was this section helpful?