# ShopPayPaymentRequestSession - storefront - OBJECT Version: 2024-10 ## Description Represents a Shop Pay payment request session. ### Access Scopes ## Fields * [checkoutUrl](/docs/api/storefront/2024-10/scalars/URL): URL! - The checkout URL of the Shop Pay payment request session. * [paymentRequest](/docs/api/storefront/2024-10/objects/ShopPayPaymentRequest): ShopPayPaymentRequest! - The payment request associated with the Shop Pay payment request session. * [sourceIdentifier](/docs/api/storefront/2024-10/scalars/String): String! - The source identifier of the Shop Pay payment request session. * [token](/docs/api/storefront/2024-10/scalars/String): String! - The token of the Shop Pay payment request session. ## Connections ## Related queries ## Related mutations * [shopPayPaymentRequestSessionCreate](/docs/api/storefront/2024-10/mutations/shopPayPaymentRequestSessionCreate) Create a new Shop Pay payment request session. ## Related Unions ## Examples