CompletePaymentChallenge
The action for the 3DS payment redirect.
import { CompletePaymentChallenge } from '@daffodil/driver/shopify'
type CompletePaymentChallenge = {
__typename?: 'CompletePaymentChallenge';
redirectUrl?: Maybe<Scalars['URL']['output']>;
}
Type | Options |
---|---|
CompletePaymentChallenge | {
__typename?: 'CompletePaymentChallenge';
redirectUrl?: Maybe<Scalars['URL']['output']>;
} |