--- title: PaymentSessionActionsRedirect - Payments Apps API description: The payload required to redirect the customer to the shop after payment is finalized. api_version: 2025-10 api_name: payments-apps type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/latest/objects/paymentsessionactionsredirect md: https://shopify.dev/docs/api/payments-apps/latest/objects/paymentsessionactionsredirect.md --- # Payment​Session​Actions​Redirect object Requires `read_payment_sessions` access scope. The payload required to redirect the customer to the shop after payment is finalized. ## Fields * redirect​Url [URL!](https://shopify.dev/docs/api/payments-apps/latest/scalars/URL) non-null The URL of the checkout that's used to redirect the customer. *** ## Map ### Possible type in * [Payment​Session​Next​Action​Context](https://shopify.dev/docs/api/payments-apps/latest/unions/PaymentSessionNextActionContext)