verificationSessionRedirect
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.
verificationSessionReject
Rejects an open verification session.
After the `verificationSessionReject` mutation completes on a given verification session, any
`verificationSessionResolve` mutation attempts will fail. Subsequent `verificationSessionReject`
mutation attempts will succeed, but the `RejectionReasonInput` argument will be ignored.
verificationSessionResolve
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.