Skip to main content
Anchor to VerificationSessionResolvePayload

VerificationSessionResolvePayload

payload

Return type for verificationSessionResolve mutation.

•[VerificationSessionUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields
•VerificationSession

The updated verification session.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Resolves an open verification session. After the verificationSessionResolve mutation completes on a given verification session, any verificationSessionReject mutation attempts will fail. Subsequent verificationSessionResolve mutation attempts will succeed, but the Details argument will be ignored.

Show payload

Arguments

•VerificationSessionThreeDSecureAuthentication

The 3D Secure authentication data from the partner. Must be present if and only if the Redirect mutation has been called and the payment method is credit card.

Show input fields
•ID!
required

The verification session ID.

Anchor to networkTransactionIdnetworkTransactionId
•String
Deprecated
•VerificationSessionPaymentDetailsInput

The payment details used to process the verification.

Show input fields


Was this section helpful?