Skip to main content
mutation

Requires write_payment_sessions access scope.

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.

•ID!
required

The refund session ID.

•RefundSessionRejectionReasonInput!
required

The rejection reason.


Was this section helpful?

Anchor to RefundSessionRejectPayload returnsRefundSessionRejectPayload returns

•RefundSession

The updated refund session.

•[RefundSessionRejectUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?