captureSessionResolve - payments-apps - MUTATION
Version: 2024-10
Description:
Resolves an open capture session. After the `captureSessionResolve` mutation completes on a given capture session, any `captureSessionReject` mutation attempts will fail. Subsequent `captureSessionResolve` mutation attempts will succeed.
Access Scopes
`write_payment_sessions` access scope.
Arguments
id
: ID! - The capture session ID.
Returns
captureSession
: CaptureSession The updated capture session.
userErrors
: CaptureSessionResolveUserError! The list of errors that occurred from executing the mutation.
Examples