GitHub

ShopifyShopPayPaymentRequestSession

Type

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

Represents a Shop Pay payment request session.

interface ShopifyShopPayPaymentRequestSession {
  __typename: "ShopPayPaymentRequestSession"
  checkoutUrl: Scalars['URL']['output']
  paymentRequest: ShopifyShopPayPaymentRequest
  sourceIdentifier: string
  token: string
}

Properties

__typename
"ShopPayPaymentRequestSession"
checkoutUrl
Scalars['URL']['output']

The checkout URL of the Shop Pay payment request session.

paymentRequest
ShopifyShopPayPaymentRequest

The payment request associated with the Shop Pay payment request session.

sourceIdentifier
string

The source identifier of the Shop Pay payment request session.

token
string

The token of the Shop Pay payment request session.