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.

•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.


Was this section helpful?