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