#Kuro
1 messages · Page 1 of 1 (latest)
Can you share what you're referring to?
It sounds like you might be referring to Link, which is supported for a number of integration patterns including with Checkout or Elements:
https://stripe.com/docs/payments/link
Stripe's Fast Checkout is a new feature that simplifies the checkout process for customers by allowing them to complete their purchase with just one click. This feature is designed to help businesses increase conversions and reduce cart abandonment by reducing the number of steps required for a customer to complete a purchase.
With Fast Checkout, customers can store their payment and shipping information securely with Stripe and then use that information to make future purchases without having to enter it again. When a customer clicks the "Buy with Fast Checkout" button on a participating merchant's website, they will be taken directly to a confirmation page and the payment will be processed immediately.
i have received a email about it a while ago
Hmm I'm not sure exactly what that refers to if not the above or if there are no links to specific pages you can share.
I would suggest reaching out to support for help looking into options for your integration: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i see, is this checkout with link still in beta?
In this episode, you'll learn how to accept payments with the Link payment method in the US. Link is a reusable payment method with immediate notification. Using Link, you can offer a frictionless checkout experience to every new customer. Customers have Link accounts where they store their billing information (email, addresses, and so on) and p...
Gotcha! You can read about how to enable it for the payment element here:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#enable-checkout-link
Or with other elements here: https://stripe.com/docs/payments/link-card-element
Gonna be honest with you, is all that really confusing... the checkout api uses session/checkout, but in this video he uses payment intent...
Elements & payment intents are used for custom payment flows -- Checkout is a pre-built flow you can read about here:
https://stripe.com/docs/payments/checkout