refundSessionResolve mutation
Version unstable
Resolves an open refund session.
Required access
write_payment_sessions
access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
id
(
ID!
)
required
|
The refund session ID. |
Return fields
-
refundSession (
RefundSession
)The updated refund session.
-
userErrors (
[RefundSessionResolveUserError!]!
)List of errors that occurred executing the mutation.