--- title: URL - Payments Apps API description: > Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and [RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string. For example, `"https://example.myshopify.com"` is a valid URL. It includes a scheme (`https`) and a host (`example.myshopify.com`). api_version: 2025-10 api_name: payments-apps type: scalar api_type: graphql source_url: html: 'https://shopify.dev/docs/api/payments-apps/latest/scalars/URL' md: 'https://shopify.dev/docs/api/payments-apps/latest/scalars/URL.md' --- # URL scalar Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and [RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string. For example, `"https://example.myshopify.com"` is a valid URL. It includes a scheme (`https`) and a host (`example.myshopify.com`). ## Map ### Fields with this scalar * <-|[Payment​Session​Actions​Redirect.redirectUrl](https://shopify.dev/docs/api/payments-apps/latest/objects/PaymentSessionActionsRedirect#field-PaymentSessionActionsRedirect.fields.redirectUrl) * <-|[Verification​Session​Actions​Redirect.redirectUrl](https://shopify.dev/docs/api/payments-apps/latest/objects/VerificationSessionActionsRedirect#field-VerificationSessionActionsRedirect.fields.redirectUrl) ### Arguments with this scalar * <-|[payment​Session​Redirect.redirectUrl](https://shopify.dev/docs/api/payments-apps/latest/mutations/paymentSessionRedirect#arguments-redirectUrl) * <-|[verification​Session​Redirect.redirectUrl](https://shopify.dev/docs/api/payments-apps/latest/mutations/verificationSessionRedirect#arguments-redirectUrl)