Skip to main content
mutation

Requires write_payment_sessions access scope.

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.

•ID!
required

The void session ID.


Was this section helpful?

Anchor to VoidSessionResolvePayload returnsVoidSessionResolvePayload returns

•[VoidSessionResolveUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•VoidSession

The updated void session.


Was this section helpful?