GitHub

ShopifyCompletePaymentChallenge

interface

import { ShopifyCompletePaymentChallenge } from '@daffodil/driver/shopify'

The action for the 3DS payment redirect.

interface ShopifyCompletePaymentChallenge {
  __typename: "CompletePaymentChallenge"
  redirectUrl: Maybe<Scalars['URL']['output']>
}

Properties

__typename
"CompletePaymentChallenge"
redirectUrl
Maybe<Scalars['URL']['output']>

The URL for the 3DS payment redirect.