Verification Session
Requires access scope.
A unique verification transaction.
Anchor to FieldsFields
- id (ID!)
- nextAction (VerificationSessionNextAction)
- state (VerificationSessionStates!)
- •ID!non-null
A globally-unique ID.
- Anchor to nextActionnext•Verification
Action Session Next Action The next action expected of the partner.
Show fields
- Anchor to statestate•Verification
Session States! non-null Details about the verification state.
Show union types
Anchor to MutationsMutations
- verificationSessionRedirect (VerificationSessionRedirectPayload)
- verificationSessionReject (VerificationSessionRejectPayload)
- verificationSessionResolve (VerificationSessionResolvePayload)
- •mutation
Redirects the buyer to the given URL for the verification session. Shopify will redirect the buyer to the URL where the 3DS authentication will take place when verifying the buyer's credit_card.
Show payload
- •ID!required
The verification session ID.
- Anchor to redirectUrlredirect•URL!
Url required The absolute HTTPS URL, including a host, that Shopify will redirect the buyer to for 3DS authentication. The URL must not contain spaces, ASCII control characters, or user information before the hostname, such as a username or password. Applicable to verifications with the credit card payment method only.
Arguments
- •ID!
- •mutation
Rejects an open verification session. After the
mutation completes on a given verification session, anymutation attempts will fail. Subsequentmutation attempts will succeed, but theargument will be ignored.Show payload
- Anchor to authenticationauthentication•Verification
Session Three DSecure Authentication 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 reasonreason•Verification
Session Rejection Reason Input! required The rejection reason.
Show input fields
Arguments
- •mutation
Resolves an open verification session. After the
mutation completes on a given verification session, anymutation attempts will fail. Subsequentmutation attempts will succeed, but theDetailsargument will be ignored.Show payload
- Anchor to authenticationauthentication•Verification
Session Three DSecure Authentication 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 networkTransactionIdnetwork•String
Transaction Id Deprecated - Anchor to paymentDetailspayment•Verification
Details Session Payment Details Input The payment details used to process the verification.
Show input fields
Arguments