# Stripe Checkout embedded full page vs. hosted full page

### Stripe Checkout has two types of prebuilt payment pages: [embedded](https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=embedded-checkout) and [Stripe-hosted](https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout).
---
### What are the differences between the embedded and the Stripe-hosted version of Checkout?
Stripe Checkout can be implemented as a prebuilt payment page that can either be embedded directly onto your site or served on a Stripe-hosted payment page. Both versions support the same payment methods and almost all the same features and capabilities. Small differences include:
**Confirmation page**: Both the Stripe-hosted version of the full page and the embedded version allow you to redirect the customer back to a specified success/return URL after the payment. In addition, the embedded version of the full page also includes the ability to show a built-in success state on [Checkout directly](https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=embedded-checkout#redirect-if-required). This is not yet supported on the Stripe-hosted version of Checkout.