Skip to main content
object

Requires read_payment_sessions access scope.

A unique refund transaction.

•ID!non-null

A globally-unique ID.

•RefundSessionStates!non-null

Details about the refund state.


Was this section helpful?

•mutation

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

Arguments

•ID!required

The refund session ID.

•RefundSessionRejectionReasonInput!required

The rejection reason.


Fields

•RefundSession

The updated refund session.

•[RefundSessionRejectUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

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

Arguments

•ID!required

The refund session ID.


Fields

•RefundSession

The updated refund session.

•[RefundSessionResolveUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?