Void APIs
Query a void session and its status. You can use the mutations to reject or resolve a void session.
In this section
Anchor link to section titled "In this section"voidSessionReject — Rejects an open void session. After the
voidSessionReject
mutation completes on a given void session, anyvoidSessionResolve
mutation attempts will fail. SubsequentvoidSessionReject
mutation attempts will succeed, but theRejectionReasonInput
argument will be ignored.voidSessionResolve — Resolves an open void session. After the
voidSessionResolve
mutation completes on a given void session, anyvoidSessionReject
mutation attempts will fail. SubsequentvoidSessionResolve
mutation attempts will succeed, but theDetails
argument will be ignored.