Skip to main content
mutation

Requires write_payment_sessions access scope.

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.

•ID!
required

The void session ID.

•VoidSessionRejectionReasonInput!
required

The rejection reason.


Was this section helpful?

Anchor to VoidSessionRejectPayload returnsVoidSessionRejectPayload returns

•[VoidSessionRejectUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VoidSession

The updated void session.


Was this section helpful?