Skip to main content
Anchor to refundSessionResolve

refundSessionResolve

mutation

Requires write_payment_sessions access scope.

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.

•ID!required

The refund session ID.


Was this section helpful?

Anchor to RefundSessionResolvePayload returnsRefundSessionResolvePayload returns

•RefundSession

The updated refund session.

•[RefundSessionResolveUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?