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